Why I Choose Delphi
11–20 of 307 posts
Re: Why I Choose Delphi
#12I liked Delphi a lot, as I liked Clipper a lot, but technology moved on.
Re: Why I Choose Delphi
#13Yeah but isn't there a risk of losing support? I work in perl a lot and find it's getting harder and harder to work with modern databases as the dbi driver slowly get bit rot. Is there nothing similar going on in Delphi?
Re: Why I Choose Delphi
#14In all frankness I don't get why Embarcadero doesn't copy Qt's licensing. If they make a free GPL version, Delphi-based open source could thrive while just about everybody who buys a license now would still be required to buy a license.
Re: Why I Choose Delphi
#15I'm very sad that Delphi is so inaccessible for hobbyists. In some spare hours I'm building a native app in Qt, but I'd have definitely built it with Delphi if I wouldn't have had to cough up 3000 dollars just to get started. In all frankness I don't get why Embarcadero doesn't copy Qt's licensing. If they make a free GPL version, Delphi-based open source could thrive while just about everybody who buys a license now…
Re: Why I Choose Delphi
#16If you want to borrow the book, I have a copy in my office in SoMa (2nd and Bryant).
Re: Why I Choose Delphi
#17Does Delphi justify its cost? As far as I can tell, there are no free compilers - seems like a pretty high hurdle when most languages can be used for free.
If you are doing commercial work the cost is easy to justify. My main concern would be whether you can continue to activate it if Embarcadero drops support or goes out of business.
Re: Why I Choose Delphi
#18Does Delphi justify its cost? As far as I can tell, there are no free compilers - seems like a pretty high hurdle when most languages can be used for free.
That may or may not be close enough to commercial Delphi, depending on who you ask.
Re: Why I Choose Delphi
#19I'm very sad that Delphi is so inaccessible for hobbyists. In some spare hours I'm building a native app in Qt, but I'd have definitely built it with Delphi if I wouldn't have had to cough up 3000 dollars just to get started. In all frankness I don't get why Embarcadero doesn't copy Qt's licensing. If they make a free GPL version, Delphi-based open source could thrive while just about everybody who buys a license now…
If you're looking for something more Deplhi-like, why don't you just use .NET? Mostly open source now, tons of 3rd party libraries and component packages available for it, just like Delphi in its glory days.
Plus I want it to have a tiny memory/CPU footprint and while .NET/WPF is better than the average Electron app I still notice a difference.
Re: Why I Choose Delphi
#20Earlier quoted context omitted.
If you're looking for something more Deplhi-like, why don't you just use .NET? Mostly open source now, tons of 3rd party libraries and component packages available for it, just like Delphi in its glory days.
Because I want a UI that works on Windows and macOS out of the box. Plus I want it to have a tiny memory/CPU footprint and while .NET/WPF is better than the average Electron app I still notice a difference.
EDIT: Just saw your second addition... not so sure I'd agree though, the performance on startup of .NET applications these days is quite excellent and I haven't been able to tell for years, but I've been on SSDs with lots of RAM on recent chips I suppose.