lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
clj.max 2017-12-23T19:32:11.000028Z

I recently upgraded from an older Lumo version and command-line-args seems to have moved from ns lumo to ns cljs.core. But it seems I always get an empty list from it now - anything I'm doing wrong?

clj.max 2017-12-23T19:32:57.000030Z

cljs.core/*command-line-args* is what I'm using

clj.max 2017-12-23T19:34:29.000006Z

and I'm getting nil, not an empty list, sry got it confused

clj.max 2017-12-23T19:35:15.000012Z

It doesn't give me a compiler error though so it feels like the right variable name?

clj.max 2017-12-23T19:44:15.000028Z

Hm if I continue using lumo.core/*command-line-args* it works, but gives me an error WARNING: Use of undeclared Var lumo.core/*command-line-args* at line 198

clj.max 2017-12-23T19:44:17.000075Z

Such confuse

clj.max 2017-12-23T19:45:09.000056Z

I'm using lumo 1.7

fmnoise 2017-12-23T20:38:06.000014Z

hi all, can you please point me to lumo project bootstrap tutorial?

richiardiandrea 2017-12-23T21:54:24.000082Z

@clj.max There was a bug and a change, I suggest you to use 1.8.0-beta. The var is not in lumo anymore...