lua-users home
lua-l archive

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


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