Y
Hacker News
new
|
ask
|
show
|
jobs
by
rad_gruchalski
1882 days ago
BEAM, the erlang vm comes even closer to that. Everything is a process and has the same semantics. Erlang and Elixir take this to their full advantage.
1 comments
valenterry
1882 days ago
I have little experience with BEAM, but I'm curious about it. Is there a good description of the scope of the VM and what it defines and what not?
link
rad_gruchalski
1882 days ago
These resources are commonly recommended:
https://www.youtube.com/watch?v=_Pwlvy3zz9M&t=833s
,
https://blog.stenmans.org/theBeamBook/
,
http://beam-wisdoms.clau.se/en/latest/
link