Skip to content

Instantly share code, notes, and snippets.

@ralfonso
Created April 25, 2012 22:07
Show Gist options
  • Save ralfonso/2493902 to your computer and use it in GitHub Desktop.
Save ralfonso/2493902 to your computer and use it in GitHub Desktop.
repl madness
** thejourney site dir
[rroemmich@jambalaya:~/projects/thejourney-app/site]$ lein repl
nREPL server started on port 55548
Welcome to REPL-y!
Clojure 1.3.0
Exit: Control+D or (exit) or (quit)
Commands: (help)
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
(sourcery function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Examples from clojuredocs.org:
(clojuredocs name-here)
(clojuredocs "ns-here" "name-here")
nil
user=> (use 'ring.util.serve)
nil
** thejourney api dir
[rroemmich@jambalaya:~/projects/thejourney-app/api]$ lein repl
Listening for transport dt_socket at address: 55557
nREPL server started on port 55560
Welcome to REPL-y!
Clojure 1.3.0
Exit: Control+D or (exit) or (quit)
Commands: (help)
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
(sourcery function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Examples from clojuredocs.org:
(clojuredocs name-here)
(clojuredocs "ns-here" "name-here")
nil
user=> (use 'ring.util.serve)
ClassNotFoundException org.eclipse.jetty.server.Server java.net.URLClassLoader$1.run (URLClassLoader.java:202)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment