Skip to content

Instantly share code, notes, and snippets.

@darwin
Created July 13, 2016 20:32
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 darwin/8ed334d44d935fa198bc476d2b14fd3e to your computer and use it in GitHub Desktop.
Save darwin/8ed334d44d935fa198bc476d2b14fd3e to your computer and use it in GitHub Desktop.
nREPL server started on port 8230 on host 127.0.0.1 - nrepl://127.0.0.1:8230
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_60-b27
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=>
Dirac Agent v0.6.2
Connected to nREPL server at nrepl://localhost:8230.
Agent is accepting connections at ws://localhost:8231.
(dirac! :version)
Dirac nREPL middleware v0.6.2.
user=> (dirac! :join)
Your session joined Dirac (ClojureScript). The specific target Dirac session will be determined dynamically according to current matching strategy.
No connected Dirac session is "most recent Dirac session".
To quit, type: :cljs/quit
user=> (+ 1 2)
No suitable Dirac session is connected to handle your command.
Your session joined Dirac but no connected Dirac session is "most recent Dirac session".
You can review the list of currently available Dirac sessions via `(dirac! :ls)`.
You can join one of them with `(dirac! :join)`.
See `(dirac! :help)` for more info.
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment