Skip to content

Instantly share code, notes, and snippets.

@siscia
Last active December 18, 2015 20:29
Show Gist options
  • Save siscia/5840574 to your computer and use it in GitHub Desktop.
Save siscia/5840574 to your computer and use it in GitHub Desktop.
(def a 3)
(println a)
(def b 8)
(+ a b)
(map a b)
  • a
  • b
  • c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment