Skip to content
David Nolen edited this page Feb 14, 2015 · 19 revisions

Here is list of REPL options that can be passed to all ClojureScript REPLs.

repl-verbose

Enable verbose reporting for the REPL. Useful for debugging. Defaults to false.

:repl-verbose true

watch

Watch a source directory for recompilation to avoid spinning up an additional JVM.

:watch "src"
Clone this wiki locally