Skip to content

Instantly share code, notes, and snippets.

@daniel-cussen
Created February 23, 2011 18:03
Show Gist options
  • Save daniel-cussen/840841 to your computer and use it in GitHub Desktop.
Save daniel-cussen/840841 to your computer and use it in GitHub Desktop.
Starting the golomb forest lisp repl with the optional memory argument
CL-USER> (repl '((a . 1) (b . 2) (c . 3)))
> (cons a (cons b c))
(1 . (2 . 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment