James G. Sack (jim) wrote:
> I came across a wiki (http://www.cakoose.com/wiki/) that seems to have
> some readable ramblings, including one called "Type erasure is not evil"
> 
> Of course there are many hits on "type erasure", and another one nearby
> on the google list is "What's Wrong With Java: Type Erasure"
> http://www.safalra.com/programming/java/wrongerasure/
> 
> It seems, though, that both articles criticize Java more so than type
> erasure, per se.

I think both of those missed some of the impact on statics and
serialization. I'm all for the runtime checks remaining in. In fact to
have runtime safety there is going to be some kind of a runtime check in
there somewhere. It's the fact that I end up rewriting the same code
over and over again that annoys me.

--Chris

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to