-
Notifications
You must be signed in to change notification settings - Fork 788
REPL Options
David Nolen edited this page Feb 14, 2015
·
19 revisions
Here is list of REPL options that can be passed to all ClojureScript REPLs.
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)