OTP 24.1 Release
Henrik Nord X
henrik.x.nord@REDACTED
Wed Sep 22 14:05:08 CEST 2021
Highlights
* OTP: The Efficiency Guide<https://erlang.org/doc/efficiency_guide/users_guide.html> has been extended with a chapter about maps.
* Stdlib: Most output functions in the io module now print extra
error information when provided with invalid arguments.
The functions are: io:format, io:fwrite, io:put_chars,
io:nl and io:write.
* Erts: init:stop() no longer unloads loaded code before
terminating the runtime system. On systems with slow
CPUs (such as Raspberry PI Zero), that can
significantly speed up termination of the runtime system.
For more details about new features and potential incompatibilities see
https://erlang.org/download/OTP-24.1.README
For more details about new features and potential incompatibilities see
* https://erlang.org/download/OTP-24.1.README
Pre built versions for Windows can be fetched here:
* otp_win32_24.1.exe<https://github.com/erlang/otp/releases/download/OTP-24.0/otp_win32_24.0.exe>
* otp_win64_24.1.exe<https://github.com/erlang/otp/releases/download/OTP-24.0/otp_win64_24.0.exe>
For a quicker build a tar file with all the platform independent parts already built (.beam files and doc chunks) can be found here:
* otp_src_24.1.tar.gz<https://github.com/erlang/otp/releases/download/OTP-24.0/otp_src_24.0.tar.gz>
Online documentation can be browsed here:
* http://erlang.org/documentation/doc-12.1/doc
Many thanks to all the contributors.
The Erlang/OTP source can also be found at GitHub on the official Erlang repository,
https://github.com/erlang/otp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210922/84297fdf/attachment.htm>
More information about the erlang-questions
mailing list