The Lumen Project is an ambitious compiler development effort to create a complimentary set of compilers and tools that allow developers to get the power of the Erlang VM, The BEAM, in places it does not traditionally fit. Such as the browser. Currently t... (more…)
Read more »
In this article, we compare the performance of webservers commonly used to implement server-side applications. We look at webservers implemented in Erlang, Go, Java (OpenJDK), and JavaScript (NodeJS). (more…)
Read more »
Caramel is an Erlang backend for OCaml's type checker, offering a highly expressive, sound type-system, and a blazing fast type-checker. This allows you to rule out entire classes of errors by using types that are closer to your domain, and fearlessly ref... (more…)
Read more »
If you're looking to get a distributed Erlang cluster up and running
on Kubernetes you'll need take a few things into account. This post
will create a basic application and provide scripts to automate the
creation and deployment of a distributed Erlang ap... (more…)
Read more »