Re: Luerl
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Luerl
- From: Alex Queiroz <asandroq@...>
- Date: 2012年2月21日 11:17:24 +0100
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/