Skip to content

Instantly share code, notes, and snippets.

@halgari
Created March 16, 2016 16:25
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 halgari/1c9297349063d0f9b110 to your computer and use it in GitHub Desktop.
Save halgari/1c9297349063d0f9b110 to your computer and use it in GitHub Desktop.
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_74-b02
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=> (let [i nil]
#_=> (if i
#_=> (println "true")
#_=> (println "false")))
false
nil
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment