Skip to content

Instantly share code, notes, and snippets.

@hugooliveirad
Created October 8, 2015 13:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugooliveirad/ab51df6e16794019f06f to your computer and use it in GitHub Desktop.
Save hugooliveirad/ab51df6e16794019f06f to your computer and use it in GitHub Desktop.
Connect to ClojureScript Node nREPL

jack-in into normal Clojure nREPL. Run:

(require '[cljs.repl :as repl] '[cljs.repl.node :as node])

(compile 'cljs.repl.node)

(cemerick.piggieback/cljs-repl (cljs.repl.node/repl-env))

be happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment