[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luerl
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 21 Feb 2012 12:09:17 +0200
On Tue, Feb 21, 2012 at 11:50 AM, Axel Kittenberger <axkibe@gmail.com> wrote:
> or Clojure (or other functional languages) has immutable
> datastructures by default, but be just a little more imperative than
> these to hit my taste.
That can be an awkward mixture. Scala's type system is more complex
than the union of Haskell and Java, because it has to handle the
interactions.
And getting performance out of immutable data requires very clever
optimizations.
steve d.