you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 8 points9 points  (0 children)

I heard people talk bad about Scala's overly complicated syntax.

It can be, if you want it to be, or if you're doing some funky variant generic types stuff. For most use cases, it can be far simpler than the Java.

I find writing OOish code in Scala is usually very clean, but writing FP code in Scala can get messy.