Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created May 17, 2012 19: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 michaelklishin/2721068 to your computer and use it in GitHub Desktop.
Save michaelklishin/2721068 to your computer and use it in GitHub Desktop.
~ LEIN_JVM_OPTS="-Dfile.encoding=UTF-8" l2 repl
nREPL server started on port 50233
Welcome to REPL-y!
Clojure 1.4.0
Exit: Control+D or (exit) or (quit)
Commands: (user/help)
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
(user/sourcery function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Examples from clojuredocs.org: [clojuredocs or cdoc]
(user/clojuredocs name-here)
(user/clojuredocs "ns-here" "name-here")
nil
user=> (import java.nio.charset.Charset)
java.nio.charset.Charset
user=> (Charset/defaultCharset)
#<UTF_8 UTF-8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment