show/hide this revision's text 2 deleted 14 characters in body

I put some thought into this one, and it really comes down to the fact that Delphi does what it does really, really well. It takes care of enough of the annoying stuff for me without completely abstracting what is going on. It maintains the right balance between productivity and power.

Even when I was doing C# full time, and was completely familiar with C#, I still found myself writing Delphi at home, or if I needed a utility to do something quickly.

Every so often I hear about some new shiny language or development tool, so I download the tools, check them out, go through the tutorial, and them am floored to find out they still don't do something that Delphi has had since Delphi 1. Like Eclipse doesn't have a Visual form designer? What is up with that?

Or I was working with C# again the other day and was reminded of the fact that if you don't include code to handle exceptions, then Visual Studio just assumes you don't want to know about them, so even though you are debugging the application it never lets you know when an exception occurs.

Sure there are some things that Delphi may not be ideal for, but of the 90% of software development that goes on out there Delphi is really close to being the best overall tool for all the various reasons everyone has listed here.

  1. Good level of backwards compatibility
  2. Modern language features (Generics, Anonymous methods, etc.)
  3. Frequent updates (Delphi 2007 supported Vista before Microsoft did!)
  4. Very fast compile and execution
  5. Just enough out of the box to get you going, and then extensible enough to really customize (through Add-ins and components).
show/hide this revision's text 1 [made Community Wiki]

I put some thought into this one, and it really comes down to the fact that Delphi does what it does really, really well. It takes care of enough of the annoying stuff for me without completely abstracting what is going on. It maintains the right balance between productivity and power.

Even when I was doing C# full time, and was completely familiar with C#, I still found myself writing Delphi at home, or if I needed a utility to do something quickly.

Every so often I hear about some new shiny language or development tool, so I download the tools, check them out, go through the tutorial, and them am floored to find out they still don't do something that Delphi has had since Delphi 1. Like Eclipse doesn't have a Visual form designer? What is up with that?

Or I was working with C# again the other day and was reminded of the fact that if you don't include code to handle exceptions, then Visual Studio just assumes you don't want to know about them, so even though you are debugging the application it never lets you know when an exception occurs.

Sure there are some things that Delphi may not be ideal for, but of the 90% of software development that goes on out there Delphi is really close to being the best tool for all the various reasons everyone has listed here.

  1. Good level of backwards compatibility
  2. Modern language features (Generics, Anonymous methods, etc.)
  3. Frequent updates (Delphi 2007 supported Vista before Microsoft did!)
  4. Very fast compile and execution
  5. Just enough out of the box to get you going, and then extensible enough to really customize (through Add-ins and components).