Remix.run Logo
nunobrito 2 days ago

Delphi was the only compiler where the Help documentation was really helpful and used without needing internet. For each library they provided real-world examples on the documentation so we could learn how to use them.

I've never found bettern tool for building desktop GUI apps so easily. I've dropped Delphi back in 2010, moved to Java and tried the web/mobile world but nothing comes close to that top-notch quality.

Irony of destiny: Any app compiled with Borland Delphi is instantly multiplatform because they run beautifuly on Linux and OSX when WINE is installed there.

innocentoldguy 2 days ago | parent | next [-]

My first programming job was writing Delphi code. Their documentation was excellent. All of the documentation I've used since then has been sad and disappointing.

andsoitis 2 days ago | parent | prev [-]

> Any app compiled with Borland Delphi is instantly multiplatform because they run beautifuly on Linux and OSX when WINE is installed there.

Delphi can compile native apps for Windows, Android, iOS, macOS, and Linux.

nunobrito 2 days ago | parent [-]

Thanks for that info. Was reading and seems to be available since edition 10 upwards with the enterprise license: https://stackoverflow.com/questions/76356995/how-to-target-l...

Fantastic toolchain.