Re: another try at multithreading
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: another try at multithreading
- From: "Javier Guerra" <javier@...>
- Date: 2008年6月20日 13:12:25 -0500
On Fri, Jun 20, 2008 at 1:00 PM, Robert Raschke <rtrlists@googlemail.com> wrote:
> 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?
sounds nice. of course, i wouldn't know where to start.
--
Javier