"I was a C++ programmer before I started designing Ruby. I programmed in C++ exclusively for two or three years. And after two years of C++ programming, it still surprises me."
Name:
Anonymous2014-12-20 18:45
>>6 Haskell's complexity is in the language extensions and libraries. The core language is simple, it's pretty much typed lambda calculus. You take however much complexity you need. With Sepples, on the other hand, you are forced to learn every piece of the mutant monstrosity that is the language, because otherwise you won't be able to use a library that has a memory model you're not familiar with.