scittle

ray 2023-05-06T16:30:50.486759Z

ok, so I would like to use https://github.com/mfikes/cljs-bean with scittle ... is it plugin time?

borkdude 2023-05-06T16:36:34.426379Z

In nbb we have both js-interop and cljs-bean. I haven't heard many people use cljs-bean but some did. I'm not exactly sure what benefit cljs-bean has over js-interop. What are you using it for compared to say js->clj and clj->js?

ray 2023-05-07T08:33:53.132889Z

I was frustrated that js->clj does not permit passing a keyword-fn and cljs-bean does have that option. [ In the end I changed the data design so I don't need the option or the plugin ... but anyway that was the motivation. ]