lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 6/20/08, Javier Guerra <javier@guerrag.com> wrote:
> remember, even Erlang with its nice lightweight threads and message
> passing, is implemented on top of shared data structures.

Sure, but with the added proviso of not doing destructive updates in
the language. That makes sharing data quite a bit easier. So, how
about a "single assignment" version of Lua?

Robby