Hacker News new | ask | show | jobs
by oxnrtr 2195 days ago
Using [] is the optimal choice for languages in general, but they can't even use that because they blew away that syntax for indexing.
1 comments

Scala uses [] for generics and () for indexing, which sort of makes sense given that in the end arrays are just functions.
So are the uninstantiated generic types ;-)