Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created July 3, 2012 20:43
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 nicholasf/7f52d9573761da1e9e0e to your computer and use it in GitHub Desktop.
Save nicholasf/7f52d9573761da1e9e0e to your computer and use it in GitHub Desktop.
andromeda:~ nicholas$ cd
andromeda:~ nicholas$ lein repl
REPL started; server listening on localhost port 48297
user=> ((fn [y] (+ y 5)) 3)
8
user=> fn
java.lang.Exception: Can't take value of a macro: #'clojure.core/fn (NO_SOURCE_FILE:0)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment