logoalt Hacker News

pkphiliptoday at 5:11 PM1 replyview on HN

For me the power of Object Pascal and Delphi was the ability to create reusable components that could be easily installed into the IDE. These components had powerful property sheets which could be used to set the values for their various properties etc.

Lazarus does fill that gap but somehow doesn't quite have the same feeling as the original Delphi.

The Free Oberon IDE looks like Turbo Pascal development enviroment from the late 80s and the early 90s. I wonder if it would have the concept of reusable components.


Replies

thijsvandientoday at 5:43 PM

What's unfortunate about those components is that they are in fact part of the dev environment. I really wish they were fully contained in the project and then dynamically loaded along with it. GetIt ever so slightly improved the situation, but still. At this point basically nothing else could get me to ever upgrade anymore. Lazarus doesn't do any better, but there at least you could vendor the entire IDE.