Hi all. I noticed Lumo has been archived on Github, what is the recommended tool these days to run ClojureScript in the NodeJS ecosystem?
There is #nbb which does something similar, but is based on #sci instead of bootstrapped clojurescript.
Ok thanks! I run a largish test suite for my project in ClojureScript with lumo. I'll give it a shot to convert this to nbb
If it's a larger code base, you might run into sci interpretation limitations. I think #nbb and #babashka are more targeted towards smaller scripts and faster startup times.
the test suite definitely goes beyond scripting. I wonder if/what limitations I'd encounter I'll just give it a go, as I already use babashka and SCI a lot
@jesse.eisses if compatibility with CLJS is an issue, then you're likely better off with running the normal thing using e.g. shadow-cljs
But feel free to post issues and ask questions in #nbb