Skip to content

Commit

Permalink
Update repljs script to use the new REPL.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentonashworth committed Sep 9, 2011
1 parent e7a102f commit 8c18eaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions script/repljs
Expand Up @@ -10,6 +10,7 @@ for next in lib/*: src/clj: src/cljs: test/cljs; do
done

java -server -cp $CLJSC_CP clojure.main -e \
"(require '[cljs.compiler :as comp])
(def jse (comp/repl-env))
(comp/repl jse)"
"(require '[cljs.repl :as repl])
(require '[cljs.repl.rhino :as rhino])
(def env (rhino/repl-env))
(repl/repl env)"

0 comments on commit 8c18eaa

Please sign in to comment.