|
|
|
|
|
by panki27
1036 days ago
|
|
BEGIN Delphi was what I had to use in my first apprenticeship/job, over 7 years ago now. Came home after the first day and my dad told me that's what he made his first Windows programs with, too - but 25+ years ago! After learning other languages, I still have to say it's great for quickly putting together GUIs and filling them with life. The community is rather thin these days though. END |
|
Now that I'm an old coder, it really seems like pointless churn as GUI toolkits are constantly built and rebuilt, often with little to show for performance improvement. I do think CSS was a legitimate boon because it provides such a deep means for specifying appearance preferences and is known by so many people, but ultimately the toolkits are repackaging buttons/text entry/radios in mostly the same way the old 4GLs did, often with worse UI construction tools and much more complicated code.
Powerbuilder and Delphi definitely seemed to have GUI dev figured out, but each language transition needed its own (often worse) GUI toolkit and the GUI builder tools never really came. How long until NetBeans included a somewhat-decent GUI builder? Java had been around like 15 years.
NeXT had a great GUI designer too way back in 1990, although you had to write ObjectiveC for the handlers.