Any BEAM docs?

Thomas Lindgren thomasl_erlang@REDACTED
Fri Jan 9 15:56:56 CET 2004


--- Robert Feldt <Robert.Feldt@REDACTED> wrote:
> BEAM is said to be based on WAM. Are there any
> descriptions of the differences?

My impression is that the instruction set is somewhat
similar, but the actual engine is far less subtle than
a WAM: BEAM has no unification, and no deep
backtracking.

A fairly easy way to understand BEAM basics is to
compile some programs as "erlc -S foo.erl" and read
the listings in foo.S.

Best,
Thomas


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus



More information about the erlang-questions mailing list