lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2020-02-29T01:53:07.023Z

Is there a way in lumo cljs to dynamically load\require another cljs file from an absolute file string?

2020-02-29T09:29:59.024800Z

you could be hacky and do (.readFileSync fs "/parh/to/anywhere) and call eval on that, but afaik, this isn't possible with source files not included on the classpath.

2020-02-29T13:19:43.025400Z

Is it possible to change\add to classpath at runtime?