Package support in Erlang: Status ?

Richard Carlsson richardc@REDACTED
Tue Apr 22 13:45:38 CEST 2003


On Sun, 20 Apr 2003, Wiger Ulf wrote:

> I have also privately suggested that Erlang allow "dotted atoms" (that
> is, without single quotes) in other places as well, e.g. in registered
> names, ets tables, etc. This would make package support feel a little
> less like an afterthought, and more like an integrated part of the
> language.

You mean like this?:

	1> register(self(), fee.fie.foo).
	ok
	2> whereis(fee.fie.foo).
	<0.31.0>

It's already there, if you try it. If you find some example of where it
does not work, please report it to me.

	/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