Fork me on GitHub
#lumo
<
2020-02-29
>
eccentric J01:02:07

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

hlolli09:02:59

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.

eccentric J13:02:43

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