Skip to content

Instantly share code, notes, and snippets.

@y2q-actionman
Last active March 6, 2020 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y2q-actionman/b831820270ccf694f4a9dd63465f1e1b to your computer and use it in GitHub Desktop.
Save y2q-actionman/b831820270ccf694f4a9dd63465f1e1b to your computer and use it in GitHub Desktop.
Common Lisp の lambda list の &aux の用途
lambda list の &aux の用途
- 単純な関数やlambdaを短く書きたいときに
- 依存する dynamic 変数を lambda list に明示する
- lambda list にbindした変数の一部を取り出すため、近所にまとめたいとき
- もっとルーズに let のかわり
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment