Fork me on GitHub
#lumo
<
2022-09-06
Jesse18:09:59

Hi all. I noticed Lumo has been archived on Github, what is the recommended tool these days to run ClojureScript in the NodeJS ecosystem?

djblue19:09:12

There is #nbb which does something similar, but is based on #sci instead of bootstrapped clojurescript.

Jesse07:09:06

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

djblue08:09:40

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.

Jesse08:09:15

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

borkdude18:09:20

@U03MWJ46V0Q if compatibility with CLJS is an issue, then you're likely better off with running the normal thing using e.g. shadow-cljs

borkdude18:09:31

But feel free to post issues and ask questions in #nbb