Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Emit clojure.lang.BigInt & applicable Long as JS BigInt #214

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

swannodette
Copy link
Member

@swannodette swannodette commented Sep 25, 2023

  • Printing
  • applicable Long -> BigInt
  • BigInt -> BigInt
  • 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).

@swannodette swannodette changed the title Emit clojure.lang.BigInt as JS BigInt Emit clojure.lang.BigInt & large/small Long as JS BigInt Sep 26, 2023
* make number and bigint -equiv
* handle bigint & number in PAM
* minor refactor of private PAM lookup helper fn names
@swannodette swannodette changed the title Emit clojure.lang.BigInt & large/small Long as JS BigInt Emit clojure.lang.BigInt & applicable Long as JS BigInt Sep 26, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant