java -jar cljs.jar -e 3 will print 3 but not terminate (you need to hit Ctrl-C to stop the process). Likewise a similar thing will occur if you launch a REPL and type :cljs/quit}}—it will just hang. This is not the case if you specify {{-js rhino or -js node.
Environment
Windows 10 / Java 1.8.0_66 Ubuntu Linux 14.04 Desktop / Java 1.8.0_161
java -jar cljs.jar -e 3
will print3
but not terminate (you need to hit Ctrl-C to stop the process). Likewise a similar thing will occur if you launch a REPL and type:cljs/quit}}—it will just hang. This is not the case if you specify {{-js rhino
or-js node
.