Implementing tables - advice wanted
James Hague
james.hague@REDACTED
Tue Jun 13 15:45:39 CEST 2006
Here's a very simple, timid step toward making hash tabels easier to
use in Erlang This is ugly:
ets:new(anonymnous, []),
I'm all for adding a helper function that creates the equivalent of a
Python dict / Perl hash:
ets:new()
It creates an anonymous, private set. This covers 90% of the cases
where I want to use hash tables.
Back to your original question, you might find this interesting:
http://factor-language.blogspot.com/2005_11_01_factor-language_archive.html
More information about the erlang-questions
mailing list