BeamAsm (JIT for Erlang/OTP) Merged

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 … Read more

Similar

Erlang Shell Visualization demo

Этот пост есть на русском языке: http://vladimir-vg.me/erlangh-shiell-s-vizualizatsiiei/ Btw, currently I'm looking for a job, details here. Once I have spent half of my work day desperately trying to find an error in code. I was staring at logs, trying t... (more…)

Read more »

Erlang/Elixir Syntax: A Crash Course

This is a quick introduction to the Elixir syntax for Erlang developers and vice-versa. It is the absolute minimum amount of knowledge you need in order to understand Elixir/Erlang code, support interoperability, read the docs, sample code, etc. (more…)

Read more »