Skip to content

Instantly share code, notes, and snippets.

Created March 16, 2014 17:19
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 anonymous/9586650 to your computer and use it in GitHub Desktop.
Save anonymous/9586650 to your computer and use it in GitHub Desktop.
nREPL server started on port 49403 on host 127.0.0.1
REPL-y 0.3.0
Clojure 1.3.0
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
user=> (dev-server)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: dev-server in this context, compiling:(/private/var/folders/_p/hv91z3k17wdffzr7y1b5r9800000gn/T/form-init1289057145524209570.clj:1)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment