From $960 + $399/year. I think it's quite an accomplishment to survive in the modern world of free software development tools.
Delphi 13.1 Released, with ARM64 support
31–38 of 38 posts
Re: Delphi 13.1 Released, with ARM64 support
#32Re: Delphi 13.1 Released, with ARM64 support
#33Re: Delphi 13.1 Released, with ARM64 support
#34Delphi is still the absolute fastest way to create win32 gui applications, and anybody who disagrees has never used it. Lazarus is a pretty sweet solution on Linux (or Codetyphoon, if you want more out of the box components).
I disagree, because C++ Builder also exists. :) Although .NET also follows along, pity that it took so many years for Microsoft to actually care about native compilation beyond NGEN.
Re: Delphi 13.1 Released, with ARM64 support
#35Earlier quoted context omitted.
Mostly Microsoft (inertia, you're already paying) and game consoles (expensive SDK/dev-kit licensing with NDA crap). I see it less on Apple platforms except for published applications and niche tools.
There are many other computers out there. You already paid for XCode via their beloved hardware margins.
(Technically it is optional if you don't need to ship signed apps or submit to the app store and you don't care about the rest of Apple's developer program.)
Re: Delphi 13.1 Released, with ARM64 support
#36Earlier quoted context omitted.
There are many other computers out there. You already paid for XCode via their beloved hardware margins.
What about that $99 yearly developer fee? (Technically it is optional if you don't need to ship signed apps or submit to the app store and you don't care about the rest of Apple's developer program.)
Re: Delphi 13.1 Released, with ARM64 support
#37Earlier quoted context omitted.
I disagree, because C++ Builder also exists. :) Although .NET also follows along, pity that it took so many years for Microsoft to actually care about native compilation beyond NGEN.
Did .NET manage to get rid of unsolicited tracing garbage collection?
Additionally lets not pretend Delphi doesn't have issues with memory and resources tracking.
Even the whole reference counting support only applies to COM types, or when targeting Apple platforms.
Which have had various changes to their behaviour across Delphi version.
Other than that it is as it has always been since Turbo Pascal days.
Re: Delphi 13.1 Released, with ARM64 support
#38Earlier quoted context omitted.
Visual Studio has WinForms, which is pretty RAD.
And I think preferable to the XML split of code and GUI that is web like and how Microsoft’s other frameworks work.