logoalt Hacker News

MrMcCall11/12/20240 repliesview on HN

Thanks for your kind reply. In my occasional explorations over the years, that, too, is basically the gist of what I've gathered.

F#, being based upon the .NET compiler and runtime, allows specific targeting of both int size and signedness. I'm surprised that OCaml doesn't also allow that, seeing as its compiler has a long pedigree with respect to both programming contests and real-world hardcore software systems (such as trading desk software). I remember first learning of it around two decades ago as a team used it to win the ICFP contest. I guess that such specificity is just outside of the concerns of the OCaml folks.