top | item 10948121

(no title)

burntcookie90 | 10 years ago

I'd suggest taking a look at kotlin as well

discuss

order

lmm|10 years ago

Kotlin has most of the complexity of Scala, and very little of the power. If you want a clean language that offers Scala-like functionality, Ceylon is the one to watch.

vbezhenar|10 years ago

I spent literally one evening reading Kotlin reference and I understood an entire language. It's just a Java with slightly altered syntax and a lot of simple yet useful batteries included. I immediately was able to start coding and reading standard library. On the other side in the past I spent around week reading book about Scala. Yet I couldn't read Scala library, it was just too complex. So I don't agree that their complexities are even comparable.

Scala is like a Haskell. It's very powerfull, but to understand and use the entire language, one should make a serious investment.

jazzyk|10 years ago

This. Ceylon is what Java should have evolved into with better stewardship. Too bad it does not have the marketing muscle of a big corporation/consortium.

evacchi|10 years ago

could you expand further on this? I actually believe Kotlin to be much simpler than Scala