proton

https://github.com/dvcrn/proton
dvcrn 2016-08-12T01:43:47.000241Z

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

cvb 2016-08-12T06:49:13.000243Z

that is sad, and https://github.com/swannodette/cljs-bootstrap looks abandoned

2016-08-12T13:13:25.000245Z

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).

2016-08-12T13:13:45.000247Z

proto-repl has a bootstrapped REPL https://github.com/jasongilman/proto-repl

2016-08-12T13:13:49.000249Z

in Atom

cvb 2016-08-12T17:13:50.000254Z

wow that's cool, thanks @jgrimes, at last there is a chance to get something like emacs but made with modern tools

2016-08-12T17:14:28.000255Z

I hope so!