Created
July 7, 2014 11:40
-
-
Save andykitchen/587a02b05958bfff2501 to your computer and use it in GitHub Desktop.
REPL-ception
This file contains hidden or 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
user> (cemerick.piggieback/cljs-repl :repl-env (nashorn/repl-env)) | |
Type `:cljs/quit` to stop the ClojureScript REPL | |
nil | |
cljs.user> (+ 1 1) | |
2 | |
cljs.user> (js/java.lang.System.currentTimeMillis) | |
1404733130652 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment