Delphi 13 Florence Released

64 pointsposted 4 hours ago
by andsoitis

26 Comments

kev009

3 hours ago

Some interesting trivia, Netflix' cofounder Marc Randolf spent time at Borland.

RAD Studio is kind of the closet experience to VB6 where you simply drop controls on a form and can easily wire it up.. with a much better language.

The tools were/are too expensive and Microsoft pile drove them from early dominance to niche by undercutting them handily, and it's been extractive rather than growth oriented since. There is the Lazarus/FreePascal project which offers an alternative.

tylerflick

3 hours ago

> Microsoft pile drove them from early dominance to niche by undercutting them handily

And hiring Anders Hejlsberg

selectnull

3 hours ago

Microsoft did a lot of bad things over the years, but Borland drove themselves over the cliff on their own. Instead of focusing on developer tools, they wanted to reinvent (and rename) Borland every few years in the 90s.

Bad management, bad decisions, bad products (Delphi 7 was peak). MS had nothing to do with that. And I'm sure Anders made a right move to abandon the sinking ship.

I'm still pissed at Borland for all those bad moves.

drob518

3 hours ago

It’s very difficult to make money in developer tools. Microsoft could easily squeeze Borland by simply making MSDN tools free. Borland tried to diversify with databases, word processors, and spreadsheets, but Microsoft countered with Office, trying them altogether, and it became the default in every single business. Borland had great technology and was super innovative and I used Turbo C++ and TASM for years. But in the end, they just couldn’t find a cash cow market to keep them afloat.

therealmarv

2 hours ago

The could have been the Jetbrains (before Jetbrains existed) and even bigger than Jetbrains.

zeroc8

23 minutes ago

I remember thinking back then that Jetbrains had their pricing right.

Not free but low enough so that invidual developers and companies wouldn't think twice about bying a license.

Borland/Inprise/Codegear/Embarcadero just priced themselves out of the market.

elzbardico

3 hours ago

And yes, naming themselves inprise was peak 90's wallstreet cringe.

elzbardico

3 hours ago

Borland decided that they should target management instead of the developers as their focal point of product development. They ignored the Web for Delphi and decided that web development front would be covered by JBuilder, a paid and slow evolving product that could not compete against the fast iterating and free Eclipse.

brightball

4 hours ago

I was surprised to see Delphi still getting pretty solid use in some circles. I had no idea.

Talked to a dev who was an advocate for it some years back.

ivan_gammel

3 hours ago

If you build for a small number of professional users with a known target platform and you know how to solve distribution, then RAD tools (or any platforms supporting desktop targets) are the best choice and they offer superior UX compared to browser-based apps.

I myself now prefer to build admin tools on Java/Swing, because it’s much faster and easier than building a web app (Claude Code does that job quite well). Delphi probably offers even better dev.speed/quality/UX.

johannes1234321

3 hours ago

Yeah, getting a webapp up and running for small amount of users is tedious. Either complicated install or permanent hosting cost and permanent cost for keeping maintained. A desktop tool has a lot less security vectors as it's all local.

Of course there is electron, but that has its own set of complications.

For simple tools RAD is great.

zeroc8

19 minutes ago

Since Firemonkey draws on Skia anyway, they could also provide something similar to Flutter/WASM.

I love the Flutter/WASM idea, but cannot get warm with the widget in widget approach flutter uses. Having a designtool like Delphi's would be nice.

drob518

3 hours ago

It’s the COBOL of the 1990s.

zenlot

2 hours ago

Delphi is still great, even though the usage declined and not many people, especially newcomers know about it (or C++ Builder).

It is still probably the best drag and drop experience for UI components, with Qt Creator being a runner up.

A bit shame, as most likely the popularity declined due to draconial licencing model at the time. Now they have Delphi Community edition, which is free.

If you have some free time, try it, you won't regret it. Especially good for hobby projects.

_zamorano_

2 hours ago

I don't think any of those are better than WinForms.

After all these years, I still use WinForms for prototyping, nothing faster comes to mind. If I need a mockup to show to my manager in 15 minutes, nothing beats WinForms.

kwanbix

an hour ago

What do you mean by WinForms? I understand it is a framework/library? does it come with its own IDE? Delphi is great for this, how is WinForms better?

zeroc8

14 minutes ago

WinForms used to have a designer similar to Delphi. I've used them both, Delphi's was better.

benjiro

43 minutes ago

Unfortunately, i feel like Delphi has been stuck in time.

Last time i used it (year or two ago), literally memory segfault on not even complex code. Memory pointer issue or something (been too long).

Stuff that has been solved by modern solutions like Rust or Go (garbage collector).

Still love how instant the compiles are... Having hefty chunks compile in 0.x second makes Go feel slow. And those tiny binaries (kuch kuch Go 5MB for hello world, or a bit more complex 10, 15MB), ... But these days even Zig is a better solution.

breve

30 minutes ago

> literally memory segfault on not even complex code. Memory pointer issue or something

That sounds like your own misunderstanding of Object Pascal.

runjake

3 hours ago

Here's the summary snippet from the post because the server is dead:

  "Embarcadero is very happy to announce RAD Studio 13 Florence along with Delphi 13 
   and C++Builder 13 is available to customers starting today. The RAD Studio 13 
   Florence release offers a 64-bit version of the RAD Studio IDE, an updated C++Builder 
   Clang compiler, Delphi language extensions, AI components, an AI companion, along with 
   a number of enhancements of existing features, and a significant focus on quality."

gramie

3 hours ago

Not a good sign when the website (granted it's the blog website, not the main one) for a commercial development tool is unreachable.

Sad, because I still have a soft spot in my heart for Delphi.

nunobrito

2 hours 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 hours ago

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.

browningstreet

2 hours ago

Ironic when you get a Cloudflare error page for something that should be CDN'd and static-able anyway.

Here's where I'll add: it's really weird to me that Embarcadero now owns Ultra-Edit.

zeroc8

12 minutes ago

And Sencha. They are just buying stuff so that they can milk their remaining customers. But outside of Delphi/C++ Builder and maybe Interbase back in the day, I haven't seen them doing anything worthwile.

drob518

3 hours ago

Yea, well said. Me too.