Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
eeperson
on Jan 12, 2015
|
parent
|
context
|
favorite
| on:
Java 8: No more loops
This isn't necessarily due to erasure. This actually about boxing. Reified generics is one way to solve this. Another option is tagged pointers. That is how OCaml handles this[1].
[1]
http://stackoverflow.com/questions/3773985/why-is-an-int-in-...
edit: clarity
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] http://stackoverflow.com/questions/3773985/why-is-an-int-in-...
edit: clarity