Skip to content

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

Open
swannodette wants to merge 10 commits into
masterfrom
bigint
Open

Emit clojure.lang.BigInt & applicable Long as JS BigInt#214
swannodette wants to merge 10 commits into
masterfrom
bigint

Conversation

@swannodette

@swannodetteswannodette commented Sep 25, 2023

Copy link
Copy Markdown
Member
  • 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).

@swannodetteswannodette changed the title Emit clojure.lang.BigInt as JS BigIntEmit clojure.lang.BigInt & large/small Long as JS BigIntSep 26, 2023
* make number and bigint -equiv
* handle bigint & number in PAM
* minor refactor of private PAM lookup helper fn names
@swannodetteswannodette changed the title Emit clojure.lang.BigInt & large/small Long as JS BigIntEmit clojure.lang.BigInt & applicable Long as JS BigIntSep 26, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@swannodette