If I notice a standard function from cljs.core is missing from cherry (e.g. , should I make an issue for it? I realize there are some that might be missing intentionally and some that might notrandom-uuid)
It looks like I was wrong about (random-uuid) since I just tested it and it works. Looks like I got confused from earlier (or maybe this changed since I bumped the cherry version recently)
That said I think the question still makes sense. I made an issue for cljs.pprint to document it since that namespace is missing
Yea issues make sense
@rads what do you need from pprint, I'm adding just the pprint function now
That should be all I need, thanks!
With the latest changes it's now possible to set up a useful tap> handler without any extra dependencies:
(require '[cljs.pprint :as pprint])
(add-tap pprint/pprint)
(tap> :foo)