Created
April 12, 2015 09:28
-
-
Save runexec/f62ce80b6b10ef352018 to your computer and use it in GitHub Desktop.
ClojureScript NodeJS Repl - Compatible with CIDER
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
(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}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, how to configure it with emacs