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?
It sounds like @benzap may be describing a LUMO_CLASSPATH
analog of PLANCK_CLASSPATH
(see http://planck-repl.org/dependencies.html)
Although, I guess for that to really work the example might need to be lumo @/my_script.cljs
It would be definitely awesome to have something like that even maybe at the -D
level if it makes sense
The situation can be handled by clj
too, the lumo call will need to be wrapped though
There is a global deps.edn
after all and I don't think we want to duplicate that
i'm going to check out LUMO_CLASSPATH
I'm on windows unfortunately, so I can't make use of clj
yet
Doesnโt exist, right?
(`LUMO_CLASSPATH`)
No there is no LUMO_CLASSPATH
yet
oh, that doesn't exist?
ah ok
Honestly, to make use of any sort of script one-liners and the like, windows is a difficult place to get anything working ๐