Created
June 22, 2017 15:16
-
-
Save infinite-Joy/7e5d55898f6810fe0986afd2fdfe604a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ lein repl | |
nREPL server started on port 37057 on host 127.0.0.1 - nrepl://127.0.0.1:37057 | |
REPL-y 0.3.7, nREPL 0.2.12 | |
Clojure 1.8.0 | |
Java HotSpot(TM) 64-Bit Server VM 1.8.0_131-b11 | |
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=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment