|
|
|
|
|
by mcherm
4465 days ago
|
|
I completely disagree. The blog entry contains enough details to make me think that Graham actually understands Scala. And he raises valid complaints: * Compile-time is slow
* IDE support is more poor than Java
* Overuse of operator overloading is confusing
* Implicit confusing I don't necessarily agree with all of these criticisms, but it's a very valid piece of "feedback" to the Scala community. |
|
If you give your methods bad names, it really is not the language's fault. You can probably find a way to make a bad API even if you are limited to a-zA-Z0-9 ...
If a library has an inscrutable set of method names blame the lib not the language.