[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: local keyword in the global scope, and other things.
- From: Robert Raschke <rrlua@...>
- Date: Thu, 9 Nov 2006 09:46:28 +0000
Simon Wittber wrote:
> I'm primarily interested in exploiting multi-core architectures in a
> high level language, like Lua. Not many dynamic, high level languages,
> support genuine concurrency across multiple CPUs/cores. I've
> investigated Ruby, Python, and a few Scheme dialects.
You may be interested in Erlang (http://www.erlang.org/) then.
Robby