Hacker News new | ask | show | jobs
by qwerta 4642 days ago
Just check scalac source code. Also Scala losses a lot when mixed with Java legacy code (collection casting etc..)

For me the ultimate elegant stunt is how Kotlin introduced immutable collections into Java Collections Framework.