Раз уж постят там всякие Perl'ы с Python'ами ;) и я решил добавить.
В этом релизе, кроме различных синтактичексих вкусностей и новых
фич, из существенного:
Byte and native ---code compilers:
- More efficient compilation of string comparisons and the "compare" function.
- More compact code generated for arrays of constants.
Bytecode compiler:
- Added option -vmthread to select the threads library with VM-level
scheduling. The -thread option now selects the system threads library.
Native-code compiler:
- New port: AMD64 (Opteron).
- x86 port:
Added -ffast-math option to use inline trigo and log functions.
Small performance tweaks for the Pentium 4.
- Sparc port:
Enhanced code generation for Sparc V8 (option -march=v8) and
Sparc V9 (option -march=v9).
Win32 ports:
- MSVC port: ocamlopt -pack works provided GNU binutils are installed.
>>> Look at this