Skip to content

Instantly share code, notes, and snippets.

@runexec
Created April 12, 2015 09:28
Show Gist options
  • Save runexec/f62ce80b6b10ef352018 to your computer and use it in GitHub Desktop.
Save runexec/f62ce80b6b10ef352018 to your computer and use it in GitHub Desktop.
ClojureScript NodeJS Repl - Compatible with CIDER
(require
'[cljs.repl :as repl]
'[cljs.repl.node :as node])
(compile 'cljs.repl.node)
(repl/repl* (node/repl-env)
{:output-dir "out"
:optimizations :none
:cache-analysis true
:source-map true})
@can-cc
Copy link

can-cc commented Aug 17, 2017

hi, how to configure it with emacs

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