lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2020-03-01T00:35:08.026300Z

you can call lumo.classpath/add! , but I wouldn't write any serious code that changes the classpath dynamically

2020-03-01T01:48:15.028800Z

Thanks! I feel given the context of what I'm working on, modifying the classpaths is somewhat expected.

borkdude 2020-03-01T20:43:57.029400Z

for scripts it's probably fine to add something dynamically to the classpath. I have a similar approach in bb: https://github.com/borkdude/babashka/#babashkaclasspath