Hacker News new | ask | show | jobs
by ak39 2930 days ago
I must admit I fantasize that this great mind will one day return to his Turbo Pascal roots and “rescue” the Delphi project! (More wishful thinking than imagining DT admitting climate change, I know.)
2 comments

I'd love a 'Delphi for the web' created by this guy. Maybe something that uses TypeScript?
I really, really want a Turbo Pascal 5.5 with objects for linux.
FreePascal is about that.

TP 5.5 with objects was a really clunky object system though (designed by Apple, IIRC). Object slicing by default. Vtable pointer added on definition of first virtual method in object hierarchy, like C++. And to invoke a constructor on a new heap-allocated object, you had to pass it as an argument to New(), with this weird syntax - "New(myObjPtr, Init(...))". Delphi's object system was far superior.

See some examples: http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Web...