Skip to content

Instantly share code, notes, and snippets.

@JoshuaFox
Last active August 14, 2022 18:48
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 JoshuaFox/16852e4276d3a0d4983073b4ccc7162e to your computer and use it in GitHub Desktop.
Save JoshuaFox/16852e4276d3a0d4983073b4ccc7162e to your computer and use it in GitHub Desktop.
Squares.clj
(defn square [x] (* x x))
(defn squares [] (map square (range 4)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment