[fpc-pascal] for..in loops?

Marco van de Voort marcov at stack.nl
Sun Nov 20 13:41:09 CET 2005


> Lukas Gebauer wrote:

> >Look to next Pascal language enhancements 
> >in Delphi-2006... (like operator overloads or class variables...)
> > we already have them in free pascal for a couple of years iirc and I've
> > never used them.

That's because they are quite limited if you have dynamic, non garbage collected
objects.

For .NET that is no problem, since the objects are GCed, and for C++ they are static.

But for native Delphi, there is no good solution to do OO without a thick
helper layer.




More information about the fpc-pascal mailing list