lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2018-03-23T00:44:25.000034Z

Is there a particular way to provide a global repository for lumo dependency consumption with regards to clojurescript dependencies? It would be great if I could just litter my OS with one-off scripts from time to time, and just being able to call lumo my_script.cljs with predefined Environment Variables. Or is this sort of thing already possible, and i'm behind in the features?

๐Ÿ‘ 1
mfikes 2018-03-23T02:43:35.000122Z

It sounds like @benzap may be describing a LUMO_CLASSPATH analog of PLANCK_CLASSPATH (see http://planck-repl.org/dependencies.html)

mfikes 2018-03-23T02:44:33.000008Z

Although, I guess for that to really work the example might need to be lumo @/my_script.cljs

richiardiandrea 2018-03-23T03:10:05.000258Z

It would be definitely awesome to have something like that even maybe at the -D level if it makes sense

richiardiandrea 2018-03-23T03:11:51.000097Z

The situation can be handled by clj too, the lumo call will need to be wrapped though

richiardiandrea 2018-03-23T03:12:38.000044Z

There is a global deps.edn after all and I don't think we want to duplicate that

2018-03-23T03:23:58.000091Z

i'm going to check out LUMO_CLASSPATH

2018-03-23T03:24:20.000154Z

I'm on windows unfortunately, so I can't make use of clj yet

mfikes 2018-03-23T03:24:26.000053Z

Doesnโ€™t exist, right?

mfikes 2018-03-23T03:24:33.000143Z

(`LUMO_CLASSPATH`)

richiardiandrea 2018-03-23T03:24:44.000023Z

No there is no LUMO_CLASSPATH yet

2018-03-23T03:24:46.000143Z

oh, that doesn't exist?

2018-03-23T03:24:50.000198Z

ah ok

2018-03-23T03:25:51.000188Z

Honestly, to make use of any sort of script one-liners and the like, windows is a difficult place to get anything working ๐Ÿ™‚

1