5.0.0
版本发布时间: 2022-12-16 20:28:06
ocaml/ocaml最新发布版本:5.2.0(2024-05-13 20:27:08)
OCaml 5.0.0 introduces a completely new runtime environment with support for shared memory parallelism and effect handlers.
As a language, OCaml 5 is fully compatible with OCaml 4 down to the performance characteristics of your programs. In other words, any code that works with OCaml 4 should work the same with OCaml 5.
The currently known exceptions to this rule are:
- the removal of many long-deprecated functions and modules
- changes to the internal runtime API
- the performance of ephemerons is currently (and temporarily) strongly degraded.