lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2019-04-12T20:39:19.002300Z

Hi there congrats on the newest release. I was curious if you could have a node script that you programmatically uses lumo to eval\execute cljs?

2019-04-12T21:01:27.003Z

@jayzawrotny I just use spawn childProcess, forgot the exact syntax, like a year ago since I last did it

2019-04-12T21:02:20.003900Z

I recommend more to just use shebang and run it lumo from the shell, if its a trivial script

2019-04-12T21:19:29.004900Z

Hmm could work, in this case I want to use the gulp cli to run tasks defined in cljs