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 »
Using lists:seq/2 in Erlang, you might found some slightly unexpected although perfectly documented results. It’s nothing spectacular but I think it’s nonetheless funny. (more…)
Read more »
multilayer-perceptron - Library to make and train a concurrent multilayer perceptron...
Read more »
This talk will present AtomVM, a tiny portable virtual machine that allows Elixir and Erlang code to run on microcontrollers with less than 500KB of RAM such as the ESP32 or several STM32. (more…)
Read more »
I wrote a module that helps me create Erlang-inspired Node.js applications. (more…)
Read more »