Created
March 1, 2017 13:04
-
-
Save anonymous/a4139863f25c646d1911176767178006 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
boot.user=> (dirac! :ls) | |
Listing all Dirac sessions currently connected to your nREPL server: | |
#1 client | http://localhost:7000/ | Chrome/58.0.3021.0 | Mac/10.12.3 [24e0861d] | |
Listing all ClojureScript compilers currently available in your nREPL server: | |
#1 dirac/24e0861d.1 | |
nil | |
cljs.user=> (dirac! :status) | |
Your current nREPL session is a normal session (Clojure). | |
nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment