Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created July 3, 2012 20:30
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/357cf99cdc5982fc0015 to your computer and use it in GitHub Desktop.
Save nicholasf/357cf99cdc5982fc0015 to your computer and use it in GitHub Desktop.
andromeda:jzmq nicholas$ cd
andromeda:~ nicholas$ lein repl
REPL started; server listening on localhost port 19167
user=> let
java.lang.Exception: Can't take value of a macro: #'clojure.core/let (NO_SOURCE_FILE:0)
user=> do
java.lang.Exception: Unable to resolve symbol: do in this context (NO_SOURCE_FILE:0)
user=> (+ 2 3)
5
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment