What libraries are missing?

A big one that’s missing: a decimal data type. .NET (i.e. C#/VB.Net/F#) has the built-in type decimal, Java has BigDecimal, etc. It’s the obvious and only reasonable way to deal with monetary calculations.

Previously:

Edit: a little surprising to have this gap in OCaml, with OCaml being so ‘popular’ in the fintech world…

3 Likes