Skip to content

Instantly share code, notes, and snippets.

@lsdr
Created September 4, 2019 13:45
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 lsdr/fbbc43a0d8df696bb458fa0f812da042 to your computer and use it in GitHub Desktop.
Save lsdr/fbbc43a0d8df696bb458fa0f812da042 to your computer and use it in GitHub Desktop.
Simplest Clojure example script
(defn square [x] (* x x))
(println (take 25 (map square (range))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment