What does HackerNews think of theBeamBook?
A description of the Erlang Runtime System ERTS and the virtual Machine BEAM.
The BEAM gives you the ability to see the bottlenecks in your system, via the REPL (in real time!)
It has world-class introspection built in that gives you the power to observe and manipulate your running application through a REPL.
The BEAM has hundreds of features like this, because the BEAM is more of an OS than and VM.
I get it, you're a JVM expert, but the BEAM is more than a check list of optimizations that on paper the JVM can do.
I strongly suggest, before the next time you comment on an BEAM VM vs.JVM debate, please consider watching https://www.youtube.com/watch?v=JvBT4XBdoUE, "The Soul of Erlang and Elixir • Sasa Juric • GOTO 2019"
and reading https://github.com/happi/theBeamBook " an attempt to document the internals of the Erlang runtime system and the Erlang virtual machine known as the BEAM."
Best of luck!
For more details about the internals of BEAM VM can check out this open source book: https://github.com/happi/theBeamBook
(Online rendered version: https://happi.github.io/theBeamBook/)
http://erlang-in-anger.com/ for introspecting it in production