Skip to content

Instantly share code, notes, and snippets.

@llibra
Created January 26, 2011 00:42
Show Gist options
  • Save llibra/796014 to your computer and use it in GitHub Desktop.
Save llibra/796014 to your computer and use it in GitHub Desktop.
(mapcar #'square '(0 1 2 3 4))
;; => (0 1 4 9 16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment