lua-users home
lua-l archive

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


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.