Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Someone
on July 19, 2018
|
parent
|
context
|
favorite
| on:
The Java type system is broken
In Java
f.get(0).get(0).get(0)
typically is the way to write want in languages that allow operator overloading is written as:
f[0][0][0]
You will rarely see
that
with three constants, but
f[x][y][z]
isn’t uncommon.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: