[OT] Java generics
Marko Rauhamaa
marko at pacujo.net
Mon Apr 18 05:11:36 EDT 2016
More information about the Python-list mailing list
Mon Apr 18 05:11:36 EDT 2016
- Previous message (by thread): [OT] Java generics
- Next message (by thread): Creating a hot vector (numpy)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gregory Ewing <greg.ewing at canterbury.ac.nz>: > It's understandable that Java didn't originally have a typedef, > because all types had short enough names anyway. But generics changed > that in a big way, and it baffles me that some form of typedef wasn't > added soon afterwards. Java's opposition to typedef seems to be something fundamental and philosophical, although I don't exactly understand what. What people do then is they define classes and interfaces as typedefs, which is even worse. Marko
- Previous message (by thread): [OT] Java generics
- Next message (by thread): Creating a hot vector (numpy)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list