lua-users home
lua-l archive

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


Hallo,

On Tue, Feb 21, 2012 at 11:09 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
>
> And getting performance out of immutable data requires very clever
> optimizations.
>

It's the other way around, actually. You don't have to worry about
variables aliasing each other, for instance, or can create fat
closures fearlessly. OS-level multithreading becomes child's play.

-- 
-alex
http://www.artisancoder.com/