Hacker News new | ask | show | jobs
by red_admiral 1446 days ago
Isn't the java problem that (a) the + operator is only defined for some built-in types, and (b) the int/Integer boxing distinction?
1 comments

Right, you can't overload the + operator, and primitives can't be used in generics.