lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
tomaas 2018-01-14T14:17:38.000053Z

richiardiandrea 2018-01-14T17:18:04.000099Z

Compiling some piece of code

richiardiandrea 2018-01-14T18:49:39.000081Z

@tomaas you can call the lumo script from nodemon

richiardiandrea 2018-01-14T18:50:12.000179Z

I personally use gaze, I think my test watch is about 20 lines

richiardiandrea 2018-01-14T18:51:53.000003Z

Of course no message is sent to figwheel's browser, but that can be done easily (`boot-figreload` contains a list of the messages figwheel needs)

tomaas 2018-01-14T19:15:56.000089Z

@richiardiandrea, thank you. Didn't know nodemon --exec existed. Very cool 🙂

1👍
richiardiandrea 2018-01-14T19:18:34.000035Z

I think the no JVM workflow is very cool indeed, just vastly unexplored (on my side as well ;))

2👍