|
|
|
|
|
by MrMcCall
477 days ago
|
|
It's my understanding that OCaml does not allow its programs to specify the size and signedness of its ints, so no 16-bit unsigned, 32-bit signed, etc... Being a huge fan of F# v2 who has ditched all MS products, I didn't think OCaml was able to be systems-level because its integer vars can't be precisely specified. I'd love to know if I'm wrong about this. Anyone? |
|