Quote Originally Posted by JSoftware
Good thing with generics support. I would like to see how it's done in delphi. The FPC implementation seems a bit dodgy
I made a generic list in FPC, and it's not so much dodgy as the current "stable" release has a few critical bugs only fixed in the development releases you can get with Lazarus. (IE, don't JUST get a dev copy of FPC, it isn't new enough unless packaged with Lazarus.) It's also got a few wacky limitations that I can't remember any more, like no more than 1 anonymous part. Like you can't do "TGenericStringIntList" or something.