Fork me on GitHub
#scittle
<
2023-05-06
>
ray16:05:50

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

borkdude16:05:34

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?

ray08:05:53

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. ]