vote up 32 vote down star
13

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

vote up 3 vote down

I think the new managmenet with Embarcadero is a big plus. There is still a market for non MS tools and I think we will see Delphi gain ground. While it has a popular following outside of the US, it definitly needs to gain steam on the US side. IMO Delphi needs to:

  1. Continue to publish their roadmaps and stick to them
  2. Quality releases
  3. Bypass .Net and stay native
  4. 64 bit processing
  5. Take advantage of Embarcadero tools and integrate them into a future IDE.
  6. Tighter web development integration. Maybe VCL for Google apps.

Delphi has a large base and the first two items should allow them to focus on preventign the base from migrating to .Net (it is insane in my opinion to move a large Delphi system to .Net from a cost perspective). As a long time user I see a very positive future with the Embaracero purchase.

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

We all agree that Delphi remain a wonderful development tool.

Now Delphi needs StackOverflow: a good place to meet great Delphi developers !

We need to feel that we are still alive :-)

link|flag
show 3 more comments
vote up 3 vote down

In our case? An inexpensive, low-end version of Delphi, with prices prominently displayed on the website.

We use InnoSetup, an open source installer package written in Delphi, and we'd really like to add some new features to it, and send our patches to the author.

Back when Delphi was Inprise, it cost something like $800. Today, the website doesn't show any prices. This usually suggests that either (1) Delphi is embarrassingly expensive, or (2) a salesperson wants to talk to me on the phone and figure out how much money I've got. Then, when I say no, the salesperson will call me back every 3 months.

Microsoft has quite a few inexpensive, low-end options for C# and C++. If Delphi is going to survive as anything but a niche product for legacy enterprise code, it will need to do the same.

link|flag
show 3 more comments
vote up 2 vote down

People, Please..... You can upgrade from really old versions of Delphi (5) and the upgrade price for the pro version is less than 400.

Delphi is not dead, it's still better than C# and winforms for desktop applications and developing database apps is about 100 times easier and more intuitive.
If your using C# instead you are missing out BIG TIME. C# users are like lemmings.......

link|flag
show 2 more comments
vote up 4 vote down

The company behind Delphi isn't even able to produce a valid formal grammar for the language. That means no third-party tools for code browsing, graphing, refactoring, static code property checking, etc. And the builtin Delphi capabilities are lacking.

link|flag
2  
As someone who's tried to write a parser for Delphi: Hear, hear! – Joe White Jun 7 at 12:41
vote up 2 vote down

Another thing that would change Delphi's status, is if universities went back to teach Pascal. If the next current crop of fresh programmers would be weaned on Pascal, end enjoy that language, its syntax, and its idiosyncrasies, Delphi would become a more natural choice. I dont know of any major (or not major) university that has been teaching pascal as the main language in years... in fact, havent seen it taught formally since I was in high school. Everyone is teaching more C-type-syntax languages now (C/C++/C#/Java/Perl/etc).

Maybe if Delphi would stop being supported altogether, Pascal would be considered a historical language and could be taught instead of LISP ;-)

link|flag
show 2 more comments
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 2 vote down

I think it's telling that (as far as I can see ) no CodeGear employee answered on this question up untill now;

To me this is a clear sign that they have full confidence in their product!

link|flag
vote up 2 vote down

Delphi could use a few more tools that are common-place outside the Delphi community :

Both very powerfull tools.

Sure, we've got Code Healer, Pascal Analyzer and QA Time amongst others, but they are not common-place (yet - maybe because they are commercial instead of free software? I don't know.)

link|flag
vote up 3 vote down

Free version.

i've used Delphi 5 for the last 10 years, but now we're switching to Visual Studio C#.

Delphi is a clean language. The compiler is much faster than VS, and is more stable. Its class library source is open. It has had an active and helpful forum community.

But recent versions of Embargadero Borland Codegear Developer Studio are very Visual Stuido-esque. It's slower, bigger, bulkier. The open and thriving community forums are now closed.

And if i'm going to use a Visual Studio clone, why not just use the original? Especially when the original is free?

Perhaps we would come back if Borland stopped spitting on it's customers.

link|flag
vote up 8 vote down

1) Provide an educational version that's completely free.

2) A strong emphasis on stability. There are all too many of us who haven't upgraded because we don't like what we see.

3) The DOJ to do it's job on anti-trust. Microsoft's development tools aren't earning their keep.

4) While Kylix was a major error, making it possible to compile for a Linux target would be very worthwhile. While nobody is going to buy Linux tools that does not mean there isn't a market for a tool that does both Windows and Linux.

link|flag
1  
+1 for free version. +1 for stability. -1 for DoJ – Ian Boyd Jul 14 at 4:56
vote up 6 vote down

Provide a way for me to learn it without having to skip around to old tutorials on the Web where I don't know if the author is teaching good technique appropriate for the current release. I want a book, or video, or anything that will help me understand the language and "the Delphi way", and one that's not several versions old.

I want something I can trust to teach the language, the common idioms, and if possible, tradeoffs for given techniques. I wouldn't mind a book directed at new programmers, but I want one that gives me some confidence that it’s not just an enthusiastic beginner's take on the language, which would be admirable, but may teach me bad form. An official or "CodeGear approved" book or video tutorial would help me commit and actually use the software I paid so much for, but have left sitting unused for lack of confidence. It seems like every book and tutorial I could find was two or more versions old, and since I'm new to Delphi, I don't know if learning from an older source would be the right way to do things on the current version.

link|flag
vote up 23 vote down

Delphi is still the best development tool around for Windows. It's better than anything Visual Studio has to offer, but it's not better enough for people who have learned programming on the C family to feel an incentive to switch.

You want to make Delphi stand out? Fix the obvious annoyances in Delphi and just let it shine. There are two separate sets of features that need fixed: IDE annoyances and language annoyances. First, the post-D7 IDE is a horror to work with. Delphi made its reputation by being better than Visual Studio. Why, why did Borland decide to consciously imitate an inferior product?

  • The D7 helpfiles were wonderful. I'd be hard-pressed to imagine a better documentation system for a programming environment. What in the WORLD has happened to it? Microsoft's document reader is just plain awful, and the help for the last two versions weren't even complete! Bring old-school help back please!
  • Slow, slow, slow! There's just no excuse for Delphi being as slow as it is. D2009's a lot better than the last few have been, but there's still room for improvement.
  • The dev team needs to remember that an IDE is a text editor, and a text editor never blocks. As long as there isn't a dialog box open, there's no reason why you should ever be unable to edit your code. That means that if CodeInsight needs to sit around and spin my HD (for up to 5 minutes, in some cases) to display some popup or tooltip, it should do it in a background thread. Same goes for whatever it's doing the first time I hit F1 in a session. Until it's done and that help options dialog box actually appears, I should be able to write more code.
  • Someone already mentioned making all the random squigglies go away. If it will compile, it shouldn't be marked in the code as an error, period. Again, D2009 is a lot better at that, but it's still got a ways to go, especially with being unable to find units listed under uses. (And generics tend to screw it up too.)
  • Class completion (CTRL-SHIFT-C) has some annoying corner cases relating to properties that need to be fixed. Check out what happens if you press that while you have a write-only property in your class, or a property whose read or write declaration refers to a protected member of a parent class. The first one produces code that won't compile. The second is subtler and more dangerous: its result compiles, but can break working code.
  • It's just too expensive. It's a great program, but it's not worth nearly as much as they're charging. Turbo Delphi was a great idea. Update it to a 2009 version and they'd make a lot of people very happy.
  • I can has multiplatform support plz? Being able to write code on Windows and cross-compile it to Mac and Linux (or to write the code and compile on other platforms) is a feature I'd willingly pay extra for. Lazarus is nice, but it's just missing too many critical features, and its debugger is a mess.
  • EDIT: Just found another annoyance that ought to be fixed. If you leave Delphi open overnight when Windows changes between DST and standard time, (for example, if your computer is "asleep" at the time and you turn it back on again after,) it "alerts" you that a whole bunch of your files have been changed and asks you to reload them. Repeatedly. That needs to get fixed.

The language needs a bit of work too. Object Pascal is a wonderful language, and I'd pick it over VB or one of C's misbegotten descendants any day, but it's got a few rough edges that need to be polished.

  • Properties are wonderful. Why are we stuck with an implementation that's only halfway complete? Give me one good reason why you should ever be unable to pass a read/write property to a var parameter. If they both refer to the same data member, it's simple. If not, retrieve the read value and make a copy of it, pass the copy, get the result, and send it to the appropriate write.
  • Likewise, array properties need to be fixed. Why should they require get/set methods instead of direct access? If I wanted to work with mandatory get/set methods to access the private members of my objects, I'd code in C++. I use Delphi to get away from that sort of syntactic diarrhea.
  • Bring some of the syntactic sugar introduced in Oxygene/Prism over to native Delphi. Some of it's dependent on a managed code framework, but stuff like the colon operator and double comparison ("if 5 < x < 12") are just automagical compiler tricks, and I'd love to have access to them without all the overhead the CLR imposes. Also, if they could find some way to bring parallel FOR loops and Futures in without the CLR, I'd be ever-so-grateful.

Delphi's already the best there is. But fix the above things, and it would be so far ahead of the pack that people would consider it worth switching, instead of where it's currently at, struggling to maintain an ever-shrinking lead.

link|flag
1  
The reason Borland abandoned their Visual Basic clone IDE, in favor of a Visual Studio IDE, is WinForms. Borland didn't want to have to write an entire WinForms form designer, when Microsoft provides one right in the framework. But the MS form designer dictates a certain style of IDE around it. Everything started from the form designer, and snowballed into simply redoing the Visual Studio IDE - giving up a huge advantage they had. – Ian Boyd Jul 14 at 4:52
show 2 more comments
vote up 2 vote down

Moving back in the direction of cross-platform support.

Back when I was a Delphi programmer, our desktop app had been written in Delphi mainly because at the time (the mid 90s) it was the only decent win32 RAD tool on the market. As things moved on, they stayed with Delphi mainly because it wasn't Microsoft under the hood - knowing the libraries and widgets and whatnot didn't come out of Redmond gave us an extra level of confidence that it would actually work.

Also, we were in the rare position of if we could have gotten a Linux version out the door, we probably would have doubled our annual sales. Even though Kylix never actually worked, the promise of of being able to essentially just recompile our win32 GUI app for linux was the best thing we'd ever heard since we didn't have anywhere near the manpower to rewrite the thing.

It was a coincidence that the company went out of business about the same time Kylix was officially canceled and Delphi moved to .net, but it sure felt appropriate.

But seriously - if Delphi rolled in transparent support for Mono (or something) and went back to being three years ahead of Microsoft instead of two behind, I think their market share would come back overnight.

link|flag
vote up 4 vote down

Marketing, Positioning and Perception. Code Gear tends to send mixed messages when it talks up Delphi. I recently had this discussion with Nick Hodges and expressed my concern that Code Gear is missing a critical opportunity to get a strong, consistent message out there.

Delphi is not C# and it never will be. The fundamental difference is that Delphi provides developers who need to write real code with one of the best tools available. Other platforms such as C# turn the developer into an assembler, developing applications from other people's code.

I think that Code Gear is starting to realize that it's market is in native code development and has recovered significantly with the release of Delphi 2007/2009. The waters were muddied with Delphi 8.

Delphi's strength is in native code and Code Gear's marketing should aim to educate the development community that core code will always be required, despite Microsoft's attempts to convince developers otherwise.

Delphi puts the real power of native coding in the hands of the developer whilst MS keeps that power for themselves and relegates 'developers' into the role of assemblers.

Code Gear should be working hard to establish itself as one of the leaders in this distinctly differentiated field of development.

MS promote C# as a develpment platform that uses MS-magic to make things happen (check out the new features in C# 4.0). Code Gear should be promoting Delphi as the platform that is used to develop the 'magic'.

link|flag
vote up 3 vote down

Delphi Needs great help (D2009 getting better) and lots of supplied demos. Although there are lots of stuff on the 'net nice readable code should be available for download from Codegear and which compiles and works. Take the PIC micro as an example. It sells in millions due to lots of simple examples of how to use it.

link|flag
vote up 3 vote down

I already answered this once, about IDE problems and language features, but there's something else Delphi needs, from a more psychological angle.

I attended a Delphi users' group meeting last week, and if I wasn't the youngest guy in the room I was pretty close to it, and I'm closer to 30 than I am to 20. Young programmers are the future of programming, and they're all learning the C syntax family in school.

Delphi needs to start attracting high school-age hobbyist programmers! Add in a good, solid game-development framework like Asphyre to the standard Delphi package, release it as part of a free hobbyist edition, (like Turbo Delphi of a few years ago,) and let all the kids start to learn how easy it is to have fun with programming.

Microsoft understands this. Just look at Visual Studio. There was really no reason for them to put VB (pre-.NET) into VS. It was just a toy language, without enough power to justify placing it at parity with "serious" languages like C++. But from a psychological perspective it was a brilliant move.

How many of you out there first got into coding with those little "write games in BASIC" books? I know I did! VB drew those kids in as they grew older and brought them around to the Visual Studio way of coding. I'd have been the same way if a high school friend hadn't introduced me to a brand new "visual Pascal" program called Delphi. Embarcadero needs game-development tools to get young programmers on board. And then, as they get a bit older, they realize that oh by the way, this fun language they've been playing around with can also do heavy, serious stuff like multitier databases and VOIP programs.

link|flag
vote up 2 vote down

What I don't understand is why Delphi is always singled out, like it is here, and why C++ Builder hardly gets the same attention. Truth be known that both Delphi and C++ Builder use the same underlying VCL. And the IDE for Delphi is the same as that of C++ Builder with the property editors, controls, and drag-n-drop components.

My company uses C++ Builder almost exclusively. We even developed our own visual layout tool for our accounting system so that we can build or change screens on-the-fly. We do this by reading in and streaming the VCL DFM files and connecting the resulting GUI to an embedded Perl interpreter.

I can't say enough good things about the VCL. My only wish is for a Linux port such that I can just recompile for Linux. Kylix was a disaster....

my 2 cents ;)

link|flag
vote up 2 vote down

A VB6 to Delphi converter and allow Delphi to support VB6 third party controls.

From my limited experience, VB6 is a lot more similar to Delphi than it is to .net. So, if folks can create a VB6 to VB.net converter then perhaps someone can create a VB6 to Delphi converter. Not an easy task. But an easy sell if it works. And that's the kinda of technology you want to work on, right? A technological challenge with high marketability.

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 1 vote down

I still using delphi 6 on some of our products.

i belive .net delphi compiler must be free, maybe core part of .net framework, but free. And anyone with a notepad shoud be able to implement a delphi solution without paying for de ide. and anyone who bougth visual studio shoud be able to develop a delphi solution.

besides love to the language, there aren't any other reasons to develop a delphi application instead of a c# application.

borland folks just destroyed delphi. maybe is just time to let it die

link|flag
vote up 2 vote down

Unicode VCL, Generics, new Datasnap enhancements etc. was right things although much late. I believe if they can have progress like 2007->2009 for two more Delphi versions, they can be on track again. They lost many years around D8-D2006 but I appreciate their progress with D2007 and especially D2009 and I know there are still need for native apps so I think, Delphi might not be mainstream (it never was, anyway) but can be a strong alternative again, if they will do keep doing right things. IMHO, they just need x64 and more support for multicore and web-enabled ,distributed applications.

link|flag
vote up 9 vote down

I loved Delphi and developed in it for years...even attending several Borland conferences. They lost me when I realized (at one of the shows) that Inprise's management really had no interest at all in standard development and was hoping to pull an 'IBM' on the market: showcasing bloated "enterprise" application frameworks that were way overpriced. They had this jewel in Delphi but they decided it just didn't make them enough money right now so they starved it of the resources it needed (Delphi2005 anyone?) but kept pushing the price up anyhow.

I was also put off at the need to update my reporting tool and all of my third-party controls every time a new Delphi was released. It wasn't just the cost - although that was a factor - it was knowing that everything would break when I upgraded and that I'd have to spend days getting it running again.

I still maintain a quite successful Win32 product using Delphi7. Delphi 2009 just doesn't have any appeal - especially since I'm not even sure that the 3rd-part tools used in my app are still around.

link|flag
vote up 1 vote down

Many of the comments have come from either fans or detractors. Let me say this as someone who strongly considered Delphi but decided against it because...

  1. There were no up to date books. The learning technique seems to be: read a few old Marco Cantu PDF's then visit a half dozen web sites for the topics you need to cover. I think the last book I saw was Mastering Delphi 2005. The newer texts are geared toward Delphi veterans. It's hard to take a development tool seriously without at least one comprehensive text on the subject.

  2. There hasn't been a suitable trial version. I just checked their site and noticed that they finally have one. Nothing I could find said how long the trial lasted. (IMHO, trial versions for IDE's should really be at least 90 days.) Still, a low cost lite/express version would be nice.

link|flag
vote up 5 vote down

A clean product with good help that simply works.

Price. With VS2008 Std at a price of less than US$250, Delphi would need to be significantly less expensive than $250 to get people to take a chance on it. The great thing about Turbo was that it was $50 when it came out and anyone could afford it to just play with. Delphi IIRC came out at $100 (probably wrong about that, but I'll get corrected :-), again cheap enough to take a chance on in the face of MS.

New developers - not sure how to attack this one, but there needs to be either a way to get it taught in HS or undergrad college -or- some really sexy version for game development to hook kids. That, and as mentioned before, some new, updated beginner books on using Delphi.

Just my (devalued) $0.02 worth.

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

i know im too late, but we need books on delphi ,just check amazon for books on java, c, or even python, perl and compare 'em with books dedicated to delphi .

link|flag
vote up 1 vote down

Why should I? Specifically, what does it offer? At best, it looks like an average language: not the highest-level, not the fastest, not the most standardized, not the most portable, not the simplest. For anything I want to do, it seems there's a better option.

Also, it's not entirely clear what the situation is with free compilers. They exist, but seem to lag on features/compatibility. I'm with Bjarne on this one: "It will take a lot to persuade me that the world needs yet another proprietary language".

So the answer is to fix these things, i.e.:

  1. make the compiler free, or at least the spec
  2. find a niche, and become great there

For #2, that niche really can't be "desktop Windows apps". I don't know that any third-party language/compiler/toolset has really been able to hold onto "native $(OS) developer platform", on any platform, for very long. The people building the platform aren't going to depend on a third-party, so they'll either buy you, or squash you.

link|flag
vote up 4 vote down

There needs to be a Delphi site that promotes, sells and supports Delphi with only a passing reference to the other complementary codegear technologies. These should have sites of their own and all should have similar design to emphasise that all belong to the one family As a template for this codegear could do a lot worse than to emulate Realbasic

Realbasic has a smaller userbase than Delphi but the forums are very active, responsive, easy to use and tightly integrated with the site. The product is explained in simple english with introductions tailored for people with differing backgrounds and people new to programming ( see especially the demo video) It's simple to both try out and purchase the product from the Real site no matter where you are located in the world and the price is the same however far the download has to travel.

They have a free trial and a 90 day money back guarantee.

By contrast the codegear site is a mish-mash of design and content and arguably should carry a warning for epileptics. The different products serving different markets (interbase, jbuilder, delphi for php, blackfish) are lumped together as though they were interchangeable choices or were from an attic sale. Even within the object pascal delphi product there are a confusing array of offerings (Delphi 2007 for win32 R2, really slips off the tongue). Navigation around the site is difficult. Purchasing involves redirection to reseller sites where the product often needs to be located again and where prices are likely to differ. The forums being newsgroups(?) provide a barrier in themselves to people without a university background with horrible names like delphi non.technical. And to cap it all people now have to get their head around if Delphi is from codegear then what's that reference to embarcadero doing everywhere? Maybe it makes embarcadero feel good but it does nothing to sell the product

The impression given is that if you're new to programming then Delphi is much too complicated for you. And I would imagine that if you weren't new to programming but were having a first look at Delphi then you'd pretty quickly conclude that this crowd were clueless

link|flag
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
vote up 1 vote down

Delphi is a very good product, but with to less unique selling points. I think, a Kylix for Mac OSX would be a such one. If a software developer has the possibilty to add 10% Mac users to his customer base by using Delphi, then this is a strong argument.

link|flag

Your Answer

Get an OpenID
or

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