show/hide this revision's text 2 added 74 characters in body

Language wars aside, with Delphi you can develop EXE stand-alone EXEs, DLLs, as well as dotNet applications. In fact, it will build any windows app except drivers.

But the most important factor for me is that it is very unusual to purchase third party components without source code. Since every major version of the compilor since Turbo Pascal 3.0 has required recompiling of components, your investment tends to last longer if you have the source code AND you learn so much from examining the source code. And if it! If you have source code you can be more secure against orphaned components.

In addition, as mentioned elsewhere, there is an enormous amount of free or low cost components and source code out there.

show/hide this revision's text 1

Language wars aside, with Delphi you can develop EXE as well as dotNet applications. But the most important factor for me is that it is very unusual to purchase third party components without source code. Since every major version of the compilor since Turbo Pascal 3.0 has required recompiling of components, your investment tends to last longer AND you learn so much from examining the source code. And if you have source code you can be more secure against orphaned components.