When a compiler is implemented in the language it compiles it's called
bootstrapping.
What's the name for a transpiler transpiled to the target language?
Note: The recomended reading setup is to open (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 »
beam_languages - Languages, and about languages, on the BEAM...
Read more »
There have been large shifts in how people approached programming over the last 20 years. Whereas material of yesterday focused a lot on writing reusable and extendable components within each project, the current trend is to make small, isolated projects ... (more…)
Read more »
I heard before that Erlang and the BEAM did not pack a static type system
because their creators “couldn’t build it”. (more…)
Read more »