Tagged Questions
The beam tag has no wiki summary.
11
votes
2answers
346 views
What OS threads get used in Erlang’s abstract machine, BEAM?
I’ve begun studying Erlang and find the BEAM runtime environment fascinating. It’s commonly stated that in Erlang, processes belong to the language rather than the OS (meaning the runtime, meaning ...
11
votes
2answers
731 views
How portable are Erlang beam files?
I have a temporary situation where beam files compiled on one node
are executed on another node. Are the beam files portable?
How close do the versions of the Erlang distributions need to be?
9
votes
1answer
274 views
What are some fundamental Feature/Architectural difference between the BEAM and JVM?
What are some fundamental Feature/Architectural difference between the BEAM and JVM?
Yes I know: one was originally built around java and the other built around erlang
I understand the JVM ...
7
votes
3answers
2k views
erlang BEAM bytecode
well I hope Im not breaking some spamming rule here with this.
I just asked a question about how the erlang compiler implements pattern matching, and I got some great responses, one of which is the ...
0
votes
1answer
47 views
Why are erlang lib changes not being incorporated into my project?
I'm using eclipse 3.6.2 with erlang 5.8.1.1 on a fairly large project that we're not ready to move to a more modern version of the language, so I'm stuck with a bug in eprof:
string_bp_mfa([{Mfa, ...