Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ocaml-5.3.0.tar.gz | 2025-01-08 | 6.1 MB | |
OCaml 5.3.0 source code.tar.gz | 2025-01-06 | 6.2 MB | |
OCaml 5.3.0 source code.zip | 2025-01-06 | 8.1 MB | |
README.md | 2025-01-06 | 626 Bytes | |
Totals: 4 Items | 20.5 MB | 1 |
Some of the highlights in OCaml 5.3.0 are:
- Syntax for deep effect handlers
- Restored MSVC port
- Re-introduced statistical memory profiling (statmemprof)
- utf-8 encoded Unicode source files and modest support of Unicode identifiers
- More space-efficient implementation of Dynarray
- Improved metadata on the pairs of declarations and definitions for merlin.
And a lot of incremental changes:
- Around 20 new functions in the standard library
- Many fixes and improvements in the runtime
- Improved error messages for first-class modules, functors, labeled arguments, type clashes.
- Numerous bug fixes