This Week In Erlang Sept 1

Hello and welcome to “This week in Erlang”! This week bunch of interesting things happened, and most importantly we have our first ever community announcement! Get excited.

Community Announcement

We always want to make the BEAM community better. This requires us to know who we are, what we do, what we like and what we don’t like. Today, thanks to Mariano Guerra, we are launching the first in what hopefully becomes a yearly survey on the State of the BEAM, please fill the survey and share it widely so we get a good representation of the community:

http://bit.ly/state-of-beam-2017

Articles and Blog posts

Library updates

OTP Updates

Library of the week

This week I want to showcase a library that will blow your mind :) jsone by Takeru Ohta is a JSON decoding/encoding library that is done in pure Erlang. However, it is much faster than JSX and is almost comparable with jiffy without the NIF dangers. Takeru uses the delayed sub binary creation optimization of the BEAM VM to make this library extremely fast. Have a look and enjoy:

https://github.com/sile/jsone

Announcements