[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: another try at multithreading
- From: "Robert Raschke" <rtrlists@...>
- Date: Fri, 20 Jun 2008 19:00:54 +0100
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