I'm having a really hard time using generics in Java. Why are they so damn confusing? Real generics aren't this hard. Can someone break this down and explain this to me?
Name:
Anonymous2007-01-25 4:04
>>1
Ah, yes. This is a problem of misconception. Java is a static language. You can't really do things such as generics in static programmings and expect it to be usable and nice.
What you really need is a dynamic language, one that is not anal and stupid about data types and allows you to reuse code. May I suggest Python? If you don't like Python, you can try Ruby. If you don't like Python nor Ruby, commit seppuku.