Is there a way in lumo cljs to dynamically load\require another cljs file from an absolute file string?
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.
Is it possible to change\add to classpath at runtime?