Skip to content

Instantly share code, notes, and snippets.

@andykitchen
Created July 7, 2014 11:40
Show Gist options
  • Save andykitchen/587a02b05958bfff2501 to your computer and use it in GitHub Desktop.
Save andykitchen/587a02b05958bfff2501 to your computer and use it in GitHub Desktop.
REPL-ception
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