Skip to content

Instantly share code, notes, and snippets.

Created March 1, 2017 13:07
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 anonymous/f7aca4aab15dc0653fa62079081308bf to your computer and use it in GitHub Desktop.
Save anonymous/f7aca4aab15dc0653fa62079081308bf to your computer and use it in GitHub Desktop.
For more information use `(dirac :help <action>)`.
Also note that outer-most parentheses are optional. You may also alternatively use `dirac!`.
nil
cljs.user=> (dirac! :join)
Specific target Dirac session will be determined dynamically according to current matching strategy.
Your current nREPL session is a joined Dirac session (ClojureScript) which targets 'the most recent Dirac session'
which is currently forwarding commands to the Dirac session (ClojureScript) connected to 'client | http://localhost:7000/ | Chrome/58.0.3021.0 | Mac/10.12.3 [da6a577d]'
with selected ClojureScript compiler nil (any available) which is currently matching compiler <dirac/da6a577d.1>.
To quit, type: :cljs/quit
nil
cljs.user=> (. js/console alert "Hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment