6 ms·
What do you mean by "more aesthetic"? As in syntax?
by rld 12y ago
What do you mean by "more aesthetic"? As in syntax?
- jakozaur 12y agoThere are sometimes too many ways of doing the same thing. E.g. - syntax: def func() { and def func(): Unit = { - collection library
- frowaway001 12y ago> def func() { That's already deprecated (under -Xfuture): <console>:1: warning: Procedure syntax is deprecated. Convert procedure `func` to method by adding `: Unit =`.
- rco8786 12y agoSpeaking for OP here, but yea. The simple examples are definitely simple. But in practice it can get out of hand really quick. The type system is crazy powerful, but that also means it's crazy complex.