BEAM implementation questions

Richard Carlsson richardc@REDACTED
Tue Jan 25 13:07:38 CET 2005


> However, while this implementation seems reasonable
> enough, the actual semantics of Erlang (such as they
> are) permit other implementations than this.

There is surprisingly little slack in the semantics of
receive (sometimes this can be a bit of a problem for
implementors). Possibly the most compact and complete
description can be found in the Core Erlang specification:

  http://www.it.uu.se/research/group/hipe/cerl/

(There is no real difference between the receive construct
in Core Erlang and in Erlang.)

	/Richard


Richard Carlsson (richardc@REDACTED)   (This space intentionally left blank.)
E-mail: Richard.Carlsson@REDACTED	WWW: http://user.it.uu.se/~richardc/
 "Having users is like optimization: the wise course is to delay it."
   -- Paul Graham



More information about the erlang-questions mailing list