Blog post: The highlights of the Erlang/OTP 27 release

As usual, we have collected the highlights of the highlights, that is, the features we are most excited about, into a blog post about the Erlang/OTP 27 release.

25 Likes

There’s a typo in the json example:

- {ok,JSON} = file:read_file("quotes.text"). 
+ {ok,JSON} = file:read_file("quotes.json"). 
2 Likes

Thanks, corrected!

2 Likes

Congratulations to all involved for such interesting work!

3 Likes