I have recently had occasion to notice that cljs.core provides a bit-count function, while clojure.core does not (Java interop provides Long/bitCount though). Should we open a ticket to add bit-count to JVM clojure?
speaking of which, I want to replace that impl w/ a call to WASM
Alex opened a ticket to track the possibility of wrapping the JVM one 🤞🏻
The order is (usually): • Discuss in #clojure-dev • If OK, Alex will tell you to open an http://ask.clojure.org question from which he will then make a JIRA ticket