Garbage Collection in Erlang Helps Create Scalable Applications

How garbage collection in Erlang can help you to create scalable applications… Read more

Similar

Simple slug generator in Erlang

In Erlang, we are going to write a small module called ‘slug.erl’ which can handle all of this. Our home-spun routine will yield a quasi-random string of characters & with that, we can let our imagination run wild with what to do with the results.

Read more »