joshibharathiramana
2022-3-10 04:32:09

which racket variant should I use if I want 63 bit fixnums?


samth
2022-3-10 04:38:14

Racket BC has 63-bit fixnums (on 64-bit platforms)


samth
2022-3-10 04:39:00

Why do you want 63-bit fixnums, though? (Usually either 32 is enough, or 63 is not enough, in my experience)


joshibharathiramana
2022-3-10 04:42:54

I wanted to run some code from Jeremy Siek’s nanopass compiler course that uses 63 bit fixnums for tags in garbage collection