clojurescript
clojurescript copied to clipboard
Emit clojure.lang.BigInt & applicable Long as JS BigInt
- [x] Printing
- [x] applicable Long -> BigInt
- [x] BigInt -> BigInt
- [x] hashing
Things not considered - cljs.math or self-hosted. tools.reader also needs to be updated in a low impact way (i.e. no direct BigInt requirement as here).