Commit Graph

3 Commits

Author SHA1 Message Date
efim e076e76575 new things about function parameters
- key params are after &rest, and get put into &rest in order of call
appearance
- can have closure around same place / generalized varialbe, holy cow
- apply takes list, but can also take several arguments with last one
being a list
2022-07-29 07:42:25 +00:00
efim 8865b0df6a function parameters
both optional and keyword parameters can include both default value AND
'providedp' predicate of whether they were provided
2022-07-28 19:10:31 +00:00
efim 49c00c24ee pulled in lisp koans for solving
https://github.com/google/lisp-koans
2022-07-24 12:18:03 +00:00