cherry 2022-10-26

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

๐Ÿ˜ฒ 1
1

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

๐Ÿš€ 1

I'm doing a talk on both at #clojuredays

2

I wonโ€™t be there sadly but Iโ€™ll take a look