vote up 32 vote down star
14

Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise fiasco.

Many developers with Delphi backgrounds are moving to C# and many Delphi legacy applications are being rewritten in C#, despite the fact Delphi supports .NET and in many cases the existing application could be ported without rewriting.

Is it just a losing battle to compete against Microsoft's tools on their platform? Is there something Code Gear / Delphi can do now that they are under new management to regain market share? What can enthusiasts do to help?

Why do you do Delphi programming? or Why are you not doing Delphi programming?

flag
6  
Was Delphi ever on top? – Omar Kooheji Oct 30 '08 at 23:08
11  
Yes it was. Especially in Delphi 1 - 3 time frame, it was well recognized as the number one development tool. Today it is still well respected in a number of areas, just not in its heyday. – Jim McKeeth Nov 3 '08 at 19:28

66 Answers

prev 1 2 3
vote up 0 vote down

You might as well wish for the return of PowerBuilder, Gupta SQL Windows, and, while we're at it, Lotus 123. Delphi, while it was great during its peak, is forever lost to its better managed, better marketed, and more widely known competitors. RIP Delphi.

link|flag
vote up 0 vote down

What I believe Delphi needs most urgently

  • Rock solid IDE.
  • Radically cut prices
  • Native 64bit
  • Good documentation (it amazes me how bad it is in D2006)
  • LINQ alike features and syntax.
  • Competitive multithread solutions.
  • A completely free for all usage lite-version (like VS Express)

All this is needed just to make Delphi on pair with Visual Studio. After that they need to start innovate if they want to reach the top.

Some things that could make Delphi reach the top

  • Some kind of cash refund if the IDE ever crashes.
  • Everything .NET has but native.
  • Some way of directly being able to use manged .NET code from inside native Delphi.
  • Advertising, convincing old custumers that Delphi is back on track.
  • Cross platform support. Not just Linux and Mac. All sort of embedded OS and small microprocessors. Mobile phones, Ipods, toasters, you name it! (skip the VCL if it can't be ported).
  • More luck than mankind has ever seen.

Also, I think moving Delphi.NET to Visual Studio would be a good idea.

link|flag
vote up 0 vote down

Delphi was a good language design for early 1990s.

Over time, it added more features to try to stay current. By 2002 or so it had some Byzantine and messy parts. I know this because I built a parser for Delphi source. I had to do it by trial and error, since there is no complete formal definition of the language grammar. People still come with corner cases that Delphi compiles but my parser doesn't.

Delphi's value proposition was that it has all the advantages of C++ as a Win32 programming environment, without the extra complexity. That's if you regarded Multiple Inheritance, templates etc as needless complexity, which quite few people did. But Java and .Net fill that niche, and other niches, and also does away with the memory management complexity that Delphi had, and allows Generics as a simpler form of templates. And runtime metadata, and some platform portability, etc.

C# was a good language design for early 2000s.

It too is adding stuff, but seems to be handing growth a bit better, so it may last longer than Delphi. However, it is inevitable that it too will be superseded sooner or later.

Delphi's remaining niche is for maintaining existing Delphi code, and possibly for Win32 applications that for some reason can't be .Net applications. Delphi.net never had much of a niche - if you're going to write for .net, why not learn C#, or if you know VB, use that?

What is needed is for you to get over your nostalgia. Delphi has had its day.

link|flag
vote up 0 vote down

I loved Delphi years ago. When what seemed to be the most "mainstream" choices were C++, VB, or Delphi (not that it was really ever mainstream), Delphi was the cat's meow.

However, I do not miss Delphi for a second. At all. There was something about it that never seemed quite right. Weirdness with windowing on Windows (hehe) and seemed to wreak of an ocean of badly-designed apps.

As much as I loved Delphi back in the day, I couldn't care less what happens to it now that I have my beloved C#.

link|flag
vote up 0 vote down

Delphi's time has been and gone. The programming world has moved on, and is moving ever further away from it. It was a great tool in its day, but that day was yesterday.

And I think it's funny that people are still suggesting a *nix version of Delphi after the Kylix fiasco. What's that old saying about those that refuse to learn from history are doomed to repeat it?

link|flag
show 1 more comment
vote up 0 vote down

The only chance is to go 100% free and open source. They can become the RedHat of .NET development!

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.