I see the fixed classpath noted in the documentation, is there any way to work around this in order to require eg. nbb compatible files in a seperate clojurescript project?
Not currently. You might get away with symlinking the library.
Is there any reason why I couldn't hack my own require using readFile and eval? Not totally sure how ns and eval interact in this runtime
That might work.
We could offer some add-classpath function like bb and nbb have
So you can add arbitrary dirs to the classpath
*from a seperate clojurescript project is probably a better way to say it
nbb has eval and we're on nodejs which can read files if all else failed right but maybe there's a simpler way
In case you're not in #news-and-articles and you have some specific feedback...