Fork me on GitHub
#cherry
<
2022-10-26
>
Ian Fernandez14:10:19

conceptually what’s the difference between cherry and clava?

Ian Fernandez14:10:32

Not too much into js jargons

borkdude14:10:39

@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
metal 1
borkdude14:10:30

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
borkdude14:10:36

I'm doing a talk on both at #C047C0BE3HC

metal 2
Ian Fernandez15:10:52

I won’t be there sadly but I’ll take a look