|
|
|
|
|
by fknop
3047 days ago
|
|
I hate it as well. I think it's a poorly designed language. The syntax is a mess (underscore...), the operator overloading make people overload silly operators which make code unreadable from an outside programmer. I could go on... I prefer Kotlin which imho fix almost every bad design decisions from Scala. |
|
Can you elaborate as to what Kotlin fixes compared to Scala?