Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 2, 2017 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/95fb8eb4245e4dfbf5b01a87fb6c988f to your computer and use it in GitHub Desktop.
Save deque-blog/95fb8eb4245e4dfbf5b01a87fb6c988f to your computer and use it in GitHub Desktop.
;; At compilation
Compiling: (+ a b)
;; When calling the function
(add-two 1 2)
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment