Hello,
Rudy Velthuis (TeamB) wrote:
> Define what you mean with "Delphiisms".
all the things that set Delphi apart of C (many of which are now shared by e.g. C#), e.g. subclassing polymorphism (for both classes and objects), anonymous methods and other kinds of syntactical sugar.
> FWIW, it is very well possible and not unreasonable at all to write > compilers in Delphi.
Sure. It's just that C++ /may/ offer advantages here that Delphi can't offer; mostly the flexibility of templates.
> If I had to write one, I would use Delphi
Of course you would :)
-- Moritz
"Hey, it compiles! Ship it!"