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

1 2 3 next
vote up 51 vote down check

I think Delphi simply needs a plan. I mean: Borland - Inprise - Borland - We're going to sell! - No, sorry, we're not going to sell, it's CodeGear now - Ok, we ARE selling, it's Embracadero now. That did not really help building confidence...

Then, they seem to do too much with too little manpower, and the result are products like Delphi 8. Oh yes, they were people who actually built stuff with it, but that does not change the fact that it was really bad, sorry guys. The new IDE (I think it was called Galileo) took until Delphi 2006 to actually be usable, but at that point they already lost a lot of reputation due to two less than stellar versions (D8 and D2005).

Then, they did leave out Win32 too long. Unicode VCL? Bah, just use the shiny new .net! Now, if their .net implementation would not be soo far behind Microsoft that would may be work, but with a Win32 Delphi that starts to age and a .net Delphi that is 2 years behind Visual Studio, I did not really have the opinion that the guys had a clue what they want to do.

I do not want to sound too harsh though, the Delphi Guys were quite open and available in the newsgroups, and they did not really try to hide the fact that it was Borland Management who is to blame here, but as a customer that does not matter to me.

So basically, a period of bad, old and overpriced products really cost them.

I think they are now moving strong again. They seem to be under the hood of a company who actually cares now, they are start making more interesting Products again (to my knowledge, Delphi 2007 has a good Vista Support, working AJAX and FINALLY Unicode, even though I did not try and use them). Blackfish SQL looks really interesting as well.

I think they still need a bit more polish, a clearer road map, re-think the pricing. Compared to the Visual Studio Professional Pricetag of 899 €, Delphi is not really competitevily priced, and the full Developer Studio is even less so.

The Delphi Language is still quite attractive in my opinion, so I would be sad to see them go down, but in the last years, Delphi reminded me of the Amiga, with all the positive and negative thoughts associated with that.

link|flag
vote up 2 vote down

The biggest thing I can think of is cross-platform support, and standardizing the language extensions they have made with ISO, etc.

The reason I use Pascal over C in general (besides its greater readability and dislike of having to deal with pointers for everything) is because it has a bigger standard library. That means I can write something once and compile it on multiple platforms. I have the speed and simplicity advantages of something like C, with the run-anywhere abilities of Java or C#. (yes, it has to be recompiled, but that's not such a big deal most of the time).

Turbo Pascal was taught in schools because it was a good implementation of an open language (Pascal). Borland briefly called the Delphi language ObjectPascal, but reverted to calling it "the Delphi language" in more recent versions, and so far as I know hasn't pushed to standardize it.

On the other hand, Delphi compatible compilers are available for many platforms, with the most prolific being FreePascal. In fact, FreePascal will run on PowerPC, Intel, and other processors, bringing its support close to C. The other half of cross-platform support is the GUI - which FreePascal is reasonably good at as well. Whereas Kylix required QT to be installed on Windows if you used CLX, Lazarus allows you to compile native to GTK, Win32, or even Mac OS GUI these days.

Although Delphi is a little more polished, I mainly use Lazarus these days for exactly the reasons listed above. In fact, if you want to write a GUI program that runs natively on Linux, Mac OS, and Windows - what other good options do you have? For individual programmers, I highly recommend looking into Lazarus. It's true that the debugger is still sub-par, but things have come a long way.

Delphi should catch up by taking the strengths of Microsoft's tools and using the tradeoffs made as weaknesses. Where Microsoft tools support only Windows, Delphi doesn't have to. Where Microsoft's tools support "managed code", Delphi's can generate native code. Microsoft can tightly integrate into their own codebase, whereas Delphi can offer better support for Open Standards.

link|flag
vote up 1 vote down

Support for more operating systems and architectures. Support open-source communities financially. Increase media exposure.

And educate the people that Pascal is powerful.

Also, there really should be more articles on Wikipedia about Pascal, Object Pascal, and Delphi, and Embarcadero.

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

Delphi needs a couple of things:

  1. Price and confidence
    These two go together. You simply cannot charge so high price for something without solid future track.(Borland-Inprise-Borland-selling-not selling-CodeGear-selling-Embarcadero). No software house is going to spend so much money on the risky product!

  2. Innovative product
    Programmers need to develop application in less time. They need to have reason to upgrade to the new Delphi version. => Buy DeveXpress and offer all their VCL stuff in new Delphi. Come up with some Delphi framework... simply do something what give us a strong argument over .NET Visual Studio.

  3. Community
    Borland simply did not appreciate the community enough. The best way about Delphi was to use components by someone else. I didn't need to develop my own components. I either bought or simply took the code of someone else. If I needed help... I used google and I got the answer... It's changing now. All these developers are going to C# and their post are desperately old. :(

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

The documentation is like MSDN: Sometimes over-explains easy and normal stuff that barely you care but the important issues just left a single cryptic line.

Add multi-plataform support (Delphi prism could be a start but there's something about .NET that makes it so slow so buggy and only supports Windows fully, GNU/Linux has limitations and some bugs) There's Lazarus and wxForms (wxWidgets for Delphi) but that's unofficial.

  • The language is pretty good, Delphi can do almost everything what C++ can with less effort, even supports operator overloading!!! (I know some JAVA developers that would appreciate that)

  • Supports components for 3D without having to know what an interface is (glScene) and without dealing with the DirectX.

  • There's a free IDE (the turbo 2006 following the microsoft's way) for commercial projects

  • Together integration (another Borland's revolutionary tool) for visual code generation and auto documentation.

...Sometimes i think Borland started hiring Microsoft's employees since KYLIX announcement, my fears were confirmed since i saw the .NET requirements for just running the IDE (i would prefer JAVA... ¿does this means that IDE was made with Microsoft's Visual J#?)

At the end i think Delphi's future will be: 1. Microsoft Delphi(tm) once Embarcadero finish the Delphi Microsoftization (this term doesn't exist... officially) and like C# (without Native support). 2. Lazarus, the last hope for those in need of stability (well... lazarus has it's own problems too).

And for Builder and KYLIX... that's just another sad story. There are less demos and docs in builder than Delphi.

link|flag
vote up 3 vote down

Maybe they should rehire Anders Hejlsberg.

link|flag
vote up 1 vote down

Delphi Prism already has some sweet language features that hardly anybody knows about, like the colon operator for avoiding nil checks, expressions in property read/write clauses, and the Observer-pattern "notify;" modifier for properties.

Put some of those features into Win32 Delphi. The colon operator would be a fantastic addition to the language. Property read/write expressions, same deal. Add an Observer pattern to the VCL that comes with built-in language support that makes it dead simple to do it right.

Steal some ideas from C# 4, too, like passing named parameters (something I've been missing in Delphi ever since I saw Smalltalk). And for God's sake, give me a "using" block to replace the tired old "try..finally..FreeAndNil".

In other words, pour on the syntactic sugar.

Then hype those features. Blog about them. Put how-to videos about them on the front page of codegear.com. Give conference sessions (and keynotes) that are just about language goodness. Put a low-cost compiler out there, lurk in C# forums, and tell people "Oh, that would be easy with Delphi, maybe you should check it out." Get mindshare. Show people that the language has built-in support for the things they bang their heads against on a daily basis.

Microsoft does a release every two or three years, and they're very cautious about adding new language features. CodeGear could (and should) run circles around them.

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
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 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 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 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 6 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
1 2 3 next

Your Answer

Get an OpenID
or

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