currently not. clojurescript is a compiled language so without recompiliation you are limited to .proton
.
Clojurescript is making big steps in direction bootstrap (clojurescript compiling clojurescript) but we are sadly not there yet
that is sad, and https://github.com/swannodette/cljs-bootstrap looks abandoned
It isn't abandoned, it is just... complete? or as complete as it needs to be? There are several resources where people have bootstrapped clojurescript to several platforms over the last year (example platforms NodeJS, iOS, OSX, Android), and a few projects that use bootstrapped clojurescript (https://github.com/mfikes/replete https://github.com/tahmidsadik112/Replicator and several others).
proto-repl
has a bootstrapped REPL https://github.com/jasongilman/proto-repl
in Atom
wow that's cool, thanks @jgrimes, at last there is a chance to get something like emacs but made with modern tools
I hope so!