-
Notifications
You must be signed in to change notification settings - Fork 788
REPL Options
David Nolen edited this page Feb 21, 2015
·
19 revisions
ClojureScript REPLs can take nearly all the same options that can be supplied to
cljs.closure/build
, for details see Compiler Options. This page documents additional supported options.
Enable verbose reporting for the REPL. Useful for debugging. Defaults to false
.
:repl-verbose true
Watch a source directory for recompilation to avoid spinning up an additional JVM.
:watch "src"
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)