Remix.run Logo
dmpk2k 4 days ago

Are you sure about boxed integers? Perhaps you mean floats? As far as I know Ocaml uses the typical integer/pointer divide.

orthoxerox 4 days ago | parent [-]

IIRC it has 31-bit integers, which means you can't natively work with 32-bit data without widening.

zorobo 4 days ago | parent [-]

or 63 bits on 64 bit architectures.