Skip to content

Commit

Permalink
add simple REPL script
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Apr 23, 2015
1 parent b25f031 commit 341d41b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/repl.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(require '[cljs.repl :as repl])
(require '[cljs.repl.node :as node])
(repl/repl (node/repl-env))

0 comments on commit 341d41b

Please sign in to comment.