bodil / cljs-noderepl

A ClojureScript REPL running on Node.JS
166 stars 21 forks source link

Support compiler options in cljs.repl.node/repl-env #18

Closed danskarda closed 10 years ago

danskarda commented 10 years ago

cljs-noderepl does not pass options to compiler. It even does not pass :target :nodejs, so some macros (like array?) are not compiled with proper support for nodejs.