lumo

Jesse 2022-09-06T18:08:59.459179Z

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

djblue 2022-09-06T19:26:12.975439Z

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

Jesse 2022-09-07T07:51:06.036829Z

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

djblue 2022-09-07T08:10:40.272019Z

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.

Jesse 2022-09-07T08:35:15.073689Z

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

borkdude 2022-09-07T18:49:20.279139Z

@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

borkdude 2022-09-07T18:49:31.690629Z

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