Skip to content

Instantly share code, notes, and snippets.

@pete
Created December 17, 2008 09:22
Show Gist options
  • Save pete/37006 to your computer and use it in GitHub Desktop.
Save pete/37006 to your computer and use it in GitHub Desktop.
roboto-repl > (def l (*a (id *b 3) *c) (list a b c))
(lambda (*a (id *b 3) *c) (list a b c))
roboto-repl > (l nil nil nil 5 6 7 8 nil nil)
((() () () 5) (6 7 8) (() ()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment