Pyrlang - An Erlang node implemented in Python using gevent library, striving to be compatible with both Python 2 and Python 3... (more…)
Read more »
A parasitic language that lets you user Erlang to compile Elixir code to compile beam files - gar1t/lamprey... (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 »
This post is a brief primer on BEAM, the virtual machine that executes user... (more…)
Read more »
This PR introduces BeamAsm, a JIT compiler for the Erlang VM.
Implementation
BeamAsm provides load-time conversion of Erlang beam instructions into native code on x86-64. This allows the loader to ... (more…)
Read more »