Skip to content

Instantly share code, notes, and snippets.

@erik
Created October 31, 2010 19:47
Show Gist options
  • Save erik/657047 to your computer and use it in GitHub Desktop.
Save erik/657047 to your computer and use it in GitHub Desktop.
~/Programming/d/ruse$ ./ruse
> add
#<core fn 8049D10>
> (add 1)
1
> (add 1 2)
3
> (add 1 2 3)
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment