@richiardiandrea true, good thing to note
@richiardiandrea yea, definitely faster to run some optimized js out of the box, but for me avoiding a long compile step and node.js version fracture is preferable
No there is not an official nodejs compiler, instead clojure can generate clojurescript code that includes the compiler in the resulting javascript. This is what they call âself-hostedâ or âbootstrappedâ and basically the clojurescript compiler is available to all javascript targets as a essentially a library
That code can be run with node.js. But it can also run on other js platforms like Rhino, JavascriptCore (MacOS), browsers
Itâs all very inception
https://github.com/johnjelinek/cljs-up I made a hello world of using lumo + up to ship a CLJS web app to AWS lambda
Any interest in https://github.com/anmonteiro/lumo/pull/313 ? I could add more to it if I thought it was going to be picked up.
@hlship in my Open source time I am not working on the lumo watch thing. So no time for me now...I think you can always add more, I like the approach personally, let's just ask @anmonteiro if he likes it too :)