Last active
March 6, 2020 02:51
-
-
Save y2q-actionman/b831820270ccf694f4a9dd63465f1e1b to your computer and use it in GitHub Desktop.
Common Lisp の lambda list の &aux の用途
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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