cljs-dev

2026-01-29T10:33:40.921899Z

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?

dnolen 2026-01-30T16:10:56.624419Z

speaking of which, I want to replace that impl w/ a call to WASM

😍 1
2026-01-30T17:12:17.597479Z

Alex opened a ticket to track the possibility of wrapping the JVM one 🤞🏻

🎉 2
borkdude 2026-01-29T10:34:38.570819Z

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

👍 1