Remix.run Logo
lpcvoid 3 hours ago

Delphi 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).

pjmlp an hour ago | parent | next [-]

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.

HauntingPin 3 hours ago | parent | prev | next [-]

What's the relationship between Delphi and Lazarus?

KronisLV 2 hours ago | parent | next [-]

Delphi is commercial: https://www.embarcadero.com/products/delphi/product-editions

Lazarus is free with no artificial limitations, for FreePascal: https://www.lazarus-ide.org/

utopcell 3 hours ago | parent | prev | next [-]

It's a Delphi-compatible IDE: https://www.lazarus-ide.org/

tonyedgecombe 3 hours ago | parent | prev [-]

Pascal

baal80spam 3 hours ago | parent | prev [-]

Is it? What about Autohotkey, or Visual Studio?

mauriciolange 2 hours ago | parent [-]

Two very different solutions. Autohotkey is a scripting language for specific tasks, while Delphi is unbounded in this sense. And Visual Studio has no RAD concept.

sumnole 2 hours ago | parent [-]

Visual Studio has WinForms, which is pretty RAD.

NetMageSCW an hour ago | parent [-]

And I think preferable to the XML split of code and GUI that is web like and how Microsoft’s other frameworks work.