ok, so I would like to use https://github.com/mfikes/cljs-bean with scittle ... is it plugin time?
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?
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. ]