Skip to content

Instantly share code, notes, and snippets.

@noprompt
Created March 27, 2014 23:15
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 noprompt/9821268 to your computer and use it in GitHub Desktop.
Save noprompt/9821268 to your computer and use it in GitHub Desktop.
out.noprompt=> lein repl
Retrieving org/clojure/tools.cli/0.2.4/tools.cli-0.2.4.pom from central
log4j:WARN No appenders could be found for logger (util.config).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
nREPL server started on port 57882 on host 127.0.0.1
REPL-y 0.3.0
Clojure 1.5.1
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
main=> (require '[clojure.tools.cli :refer [parse-opts]])
IllegalAccessError parse-opts does not exist clojure.core/refer (core.clj:3849)
main=> Bye for now!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment