conceptually whatโs the difference between cherry and clava?
Not too much into js jargons
@d.ian.b Cherry has the CLJS core functions and data structures (with are about 300kb of JS, 58kb zipped) but squint compiles more directly to JS and has a similar core library implemented directly in JS but based on mutable collections
If you're doing mostly JS interop and little "functional" stuff and care about small outputs, then squint might be interesting, but if you don't want to live without immutable data structures, cherry is the one you should use
I wonโt be there sadly but Iโll take a look
thanks @borkdude ๐