Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created August 18, 2015 11: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 brlafreniere/abee9b5fa78babf5902f to your computer and use it in GitHub Desktop.
Save brlafreniere/abee9b5fa78babf5902f to your computer and use it in GitHub Desktop.
[blaine@archlinux cljbot]$ lein repl
nREPL server started on port 59372 on host 127.0.0.1 - nrepl://127.0.0.1:59372
REPL-y 0.3.7, nREPL 0.2.10
Clojure 1.7.0
OpenJDK 64-Bit Server VM 1.8.0_51-b16
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
cljbot.core=> (require '[irclj.core :as irc])
CompilerException java.lang.RuntimeException: Unable to resolve symbol: send-message in this context, compiling:(irclj/core.clj:65:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment