<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Is Delphi Dead? No.</title>
	<atom:link href="http://kylecordes.com/2008/delphi-dead/feed" rel="self" type="application/rss+xml" />
	<link>http://kylecordes.com/2008/delphi-dead</link>
	<description>Software, Business, and Life</description>
	<lastBuildDate>Tue, 20 Dec 2011 16:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dan Wade</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-66234</link>
		<dc:creator>Dan Wade</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-66234</guid>
		<description>Wow, had I actually received some notification I would have responded:

Sneaky_who_am_i said:
“Delphi4PHP is not a viable tool if you truly know PHP.” — I think you mean, not a “vital” tool…? And what is it to “truly know”? Do I have to be on the development team? I doubt that any living being has ever read every page in the manual. Not many people can even recite the list of extensions available on installation. Hey, most (less than 4 years) people I talk to are surprised to learn that E_ALL is not the highest level of error reporting, but they do spend a lot of time writing a lot of code.

-----------------------------------------------
No, I meant viable. So here we are two years later, and I still maintain that a go between - an interpreted layer (Kinda like VB) will never be as powerful as the underlying technology that it attempts to emulate. 

So that being said, if Delphi4PHP encourages someone to expand their current understanding then great. And for the record, I did read all of the man pages for PHP 4 and 5. E_ALL is the highest level of error, warning and notice reporting as it reports everything. Per PHP manual. Perhaps you can shed some light?</description>
		<content:encoded><![CDATA[<p>Wow, had I actually received some notification I would have responded:</p>
<p>Sneaky_who_am_i said:<br />
“Delphi4PHP is not a viable tool if you truly know PHP.” — I think you mean, not a “vital” tool…? And what is it to “truly know”? Do I have to be on the development team? I doubt that any living being has ever read every page in the manual. Not many people can even recite the list of extensions available on installation. Hey, most (less than 4 years) people I talk to are surprised to learn that E_ALL is not the highest level of error reporting, but they do spend a lot of time writing a lot of code.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
No, I meant viable. So here we are two years later, and I still maintain that a go between &#8211; an interpreted layer (Kinda like VB) will never be as powerful as the underlying technology that it attempts to emulate. </p>
<p>So that being said, if Delphi4PHP encourages someone to expand their current understanding then great. And for the record, I did read all of the man pages for PHP 4 and 5. E_ALL is the highest level of error, warning and notice reporting as it reports everything. Per PHP manual. Perhaps you can shed some light?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christiano Coutinho</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-56021</link>
		<dc:creator>Christiano Coutinho</dc:creator>
		<pubDate>Fri, 01 Jan 2010 19:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-56021</guid>
		<description>I have developed Delphi applications for almost 10 years, and I still use it (only to support some bugs in old applications, but I never use Delphi in new projects).

I gave up from it on Delphi 2005, where the IDE was so unstable and heavy that had to perform an Downgrade to Delphi 7. There were only one way to fix those bugs: to pay almost 2000 U$ for a newer version... Worse than that: BDS 2007 have no visual support to WinForms applications, no Crystal Reports (replaced by Component One).

So, I finnaly had my first contact with visual Studio 2005, and I have buyed it immediatly. The debbugger tools from VS2005 and the amazing C# language took all my attention for a few weeks, and without a big effort, I was finnaly able to fulfill an Delphi missing feature:

a descent Web Framework to develop web apps.


I have to admit that Delphi is still the best option to develop native Win32 apps, but it seems to me that this is no longer a problem to me: almost all my customers are using Windows Xp and Vista (with .net framework).


Delphi4PHP is the worse tool I have ever seen. I tried to use it for a long while, but I have never seen so many bugs in one single IDE. (even worse than BDS 2005!!!!)


I think Delphi is dying because Delphi is not a good option to Develop Internet applications. After all, I still cant find a reason to upgrade Delphi (from Delphi 1 to 7, there were always massive improvements from one version to another, but I cant see any  after Delphi 8).

Now, it seems that Embarcadero is doing the right thing: they have more focus on Win32, and some good things have been done. But not enough...


This is my opinion: I think the biggest problem in Delphi it&#039;s the VCL itself: many Delphi developers are resistent to adopt .net, beacuse they have to forget the VCL and learn the FCL... A new Win32 VCL is a good move, but I think those developers will be resistent to it too, because it means that they will have to forget something they know well and learn something new.


Maybe, the newer versions of Delphi shall have another name (like Delphi Prism). So, all developers can find it&#039;s favorit flavour there.

At last: Microsoft .net is a dependent technology, but Delphi is also dependent from Microsoft... Delphi is nothing without Windows, and KYLIX is dead and well buryed...</description>
		<content:encoded><![CDATA[<p>I have developed Delphi applications for almost 10 years, and I still use it (only to support some bugs in old applications, but I never use Delphi in new projects).</p>
<p>I gave up from it on Delphi 2005, where the IDE was so unstable and heavy that had to perform an Downgrade to Delphi 7. There were only one way to fix those bugs: to pay almost 2000 U$ for a newer version&#8230; Worse than that: BDS 2007 have no visual support to WinForms applications, no Crystal Reports (replaced by Component One).</p>
<p>So, I finnaly had my first contact with visual Studio 2005, and I have buyed it immediatly. The debbugger tools from VS2005 and the amazing C# language took all my attention for a few weeks, and without a big effort, I was finnaly able to fulfill an Delphi missing feature:</p>
<p>a descent Web Framework to develop web apps.</p>
<p>I have to admit that Delphi is still the best option to develop native Win32 apps, but it seems to me that this is no longer a problem to me: almost all my customers are using Windows Xp and Vista (with .net framework).</p>
<p>Delphi4PHP is the worse tool I have ever seen. I tried to use it for a long while, but I have never seen so many bugs in one single IDE. (even worse than BDS 2005!!!!)</p>
<p>I think Delphi is dying because Delphi is not a good option to Develop Internet applications. After all, I still cant find a reason to upgrade Delphi (from Delphi 1 to 7, there were always massive improvements from one version to another, but I cant see any  after Delphi 8).</p>
<p>Now, it seems that Embarcadero is doing the right thing: they have more focus on Win32, and some good things have been done. But not enough&#8230;</p>
<p>This is my opinion: I think the biggest problem in Delphi it&#8217;s the VCL itself: many Delphi developers are resistent to adopt .net, beacuse they have to forget the VCL and learn the FCL&#8230; A new Win32 VCL is a good move, but I think those developers will be resistent to it too, because it means that they will have to forget something they know well and learn something new.</p>
<p>Maybe, the newer versions of Delphi shall have another name (like Delphi Prism). So, all developers can find it&#8217;s favorit flavour there.</p>
<p>At last: Microsoft .net is a dependent technology, but Delphi is also dependent from Microsoft&#8230; Delphi is nothing without Windows, and KYLIX is dead and well buryed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-37829</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-37829</guid>
		<description>Can we consider it dead now?</description>
		<content:encoded><![CDATA[<p>Can we consider it dead now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senad_of_EE2</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-36762</link>
		<dc:creator>senad_of_EE2</dc:creator>
		<pubDate>Thu, 04 Jun 2009 04:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-36762</guid>
		<description>http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List

Net technology is Microsoft dependent and we all know how that turns out in the end.They are pushing enormous amounts of money to propagate the stuff but I think it is doomed allready.Net applications are history.Do you remember nice stories about network computers and similar crap.Net based applications?Network office? Network storage?Where are they now?Meanwhile they are trying to promote the Sliverlight in the same way to muscle out Adobe Flash.
32 bit applications will be in use for many many years to come.
Just look at the way users rejected Vista and stayed with XP.Not even Windows 7 will replace XP in a long time.Companies are not idiots with money to waste on fancy looking applications.
My advice is to stay with Delphi.

Yes .NET will die off. That is why Visual Studio is now losing the .NET name (next version). Too many companies adopted the .NET technology without understanding when it should be used.
.NET just prepare for burial.</description>
		<content:encoded><![CDATA[<p><a href="http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List" rel="nofollow">http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List</a></p>
<p>Net technology is Microsoft dependent and we all know how that turns out in the end.They are pushing enormous amounts of money to propagate the stuff but I think it is doomed allready.Net applications are history.Do you remember nice stories about network computers and similar crap.Net based applications?Network office? Network storage?Where are they now?Meanwhile they are trying to promote the Sliverlight in the same way to muscle out Adobe Flash.<br />
32 bit applications will be in use for many many years to come.<br />
Just look at the way users rejected Vista and stayed with XP.Not even Windows 7 will replace XP in a long time.Companies are not idiots with money to waste on fancy looking applications.<br />
My advice is to stay with Delphi.</p>
<p>Yes .NET will die off. That is why Visual Studio is now losing the .NET name (next version). Too many companies adopted the .NET technology without understanding when it should be used.<br />
.NET just prepare for burial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senad_of_EE</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-36758</link>
		<dc:creator>senad_of_EE</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-36758</guid>
		<description>Net technology is Microsoft dependent and we all know how that turns out in the end.They are pushing enormous amounts of money to propagate the stuff but I think it is doomed allready.Net applications are history.Do you remember nice stories about network computers and similar crap.Net based applications?Network office? Network storage?Where are they now?Meanwhile  they are trying to promote the Sliverlight in the same way to muscle out Adobe Flash.
32 bit applications will be in use for many many years to come.
Just look at the way users rejected Vista and stayed with XP.Not even Windows 7 will replace XP in a long time.Companies are not idiots with money to waste on fancy looking applications.
My advice is to stay with Delphi.

Yes .NET will die off. That is why Visual Studio is now losing the .NET name (next version). Too many companies adopted the .NET technology without understanding when it should be used.
.NET just prepare for burial.</description>
		<content:encoded><![CDATA[<p>Net technology is Microsoft dependent and we all know how that turns out in the end.They are pushing enormous amounts of money to propagate the stuff but I think it is doomed allready.Net applications are history.Do you remember nice stories about network computers and similar crap.Net based applications?Network office? Network storage?Where are they now?Meanwhile  they are trying to promote the Sliverlight in the same way to muscle out Adobe Flash.<br />
32 bit applications will be in use for many many years to come.<br />
Just look at the way users rejected Vista and stayed with XP.Not even Windows 7 will replace XP in a long time.Companies are not idiots with money to waste on fancy looking applications.<br />
My advice is to stay with Delphi.</p>
<p>Yes .NET will die off. That is why Visual Studio is now losing the .NET name (next version). Too many companies adopted the .NET technology without understanding when it should be used.<br />
.NET just prepare for burial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guruca</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-36757</link>
		<dc:creator>guruca</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-36757</guid>
		<description>NO!

Delphi is not dead, you really don&#039;t get why they say &quot;Delphi is dead&quot;
Because developers of Delphi doesn&#039;t want newbies in Delphi as there new competition.
They want to preserve Delphi as there best tools.

There are many programs by Delphi, and most of them are very famous, and even some programs coded in Delphi are not famous but very useful to the software technology.

See this: (see it carefully, you&#039;ll be shock that the software you&#039;ve using/try is coded on Delphi)
http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List


So, you want to use .NET, hmp!, in every year .NET upgrades there product and soon old code is gone for new version.  Vb6 is not compatible with vb.net.  vb.net 2003 is not compatible with vb.net 2005, vb.net 2005 is not compatible with vb.net 2008, and soon vb.net 2010.   What a world of m$ victims.


In Delphi, your code is safe, meaning, you can use Delphi code from old version to new versions of Delphi.

Delphi performs 50% more than .NET(period)



Cheers

Delphi is always alive, Delphi is a zombie.
Zombies lives forever.</description>
		<content:encoded><![CDATA[<p>NO!</p>
<p>Delphi is not dead, you really don&#8217;t get why they say &#8220;Delphi is dead&#8221;<br />
Because developers of Delphi doesn&#8217;t want newbies in Delphi as there new competition.<br />
They want to preserve Delphi as there best tools.</p>
<p>There are many programs by Delphi, and most of them are very famous, and even some programs coded in Delphi are not famous but very useful to the software technology.</p>
<p>See this: (see it carefully, you&#8217;ll be shock that the software you&#8217;ve using/try is coded on Delphi)<br />
<a href="http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List" rel="nofollow">http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List</a></p>
<p>So, you want to use .NET, hmp!, in every year .NET upgrades there product and soon old code is gone for new version.  Vb6 is not compatible with vb.net.  vb.net 2003 is not compatible with vb.net 2005, vb.net 2005 is not compatible with vb.net 2008, and soon vb.net 2010.   What a world of m$ victims.</p>
<p>In Delphi, your code is safe, meaning, you can use Delphi code from old version to new versions of Delphi.</p>
<p>Delphi performs 50% more than .NET(period)</p>
<p>Cheers</p>
<p>Delphi is always alive, Delphi is a zombie.<br />
Zombies lives forever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SneakyWho_am_i</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-28624</link>
		<dc:creator>SneakyWho_am_i</dc:creator>
		<pubDate>Mon, 15 Dec 2008 04:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-28624</guid>
		<description>Seriously, Delphi4PHP is really interesting! Firstly because it lets Delphi programmers write extensions to the interpreter for a very popular web applications language, but also because it helps to mobilise more PHP apps through a different SAPI!

Sure, we can use php-cli with php-gtk or php-qt and make full, graphical php desktop apps. And sure, I use it for most of my shell scripting now... But I can&#039;t exactly ship PHP sources and cli clients to everyone constantly - a benefit of this higher level of integration (ew a polyglot) is surely a higher level of portability, too. The more ways we can ship desktop php apps, and the more ways in which we can write php extensions... Well, I&#039;m just saying I don&#039;t think it can hurt.

Delphi adds another PHP answer to py2exe.
Go PHP! Go Delphi! Go Python! Go C++! We&#039;re spoilt for choice, and it&#039;s a good thing.

&quot;Delphi4PHP is not a viable tool if you truly know PHP.&quot; -- I think you mean, not a &quot;vital&quot; tool...? And what is it to &quot;truly know&quot;? Do I have to be on the development team? I doubt that any living being has ever read every page in the manual. Not many people can even recite the list of extensions available on installation. Hey, most (less than 4 years) people I talk to are surprised to learn that E_ALL is not the highest level of error reporting, but they do spend a lot of time writing a lot of code.

Whatever tools the tools are which help us get the job done or to increase our understanding, those tools are worth considering.
Not to rubbish what you&#039;re saying, Dan Wade - I agree that PHP is more than fully featured and perfectly capable of standing on its own, you have a good point.
Just... PHP4Delphi looks and smells like a good thing as well.</description>
		<content:encoded><![CDATA[<p>Seriously, Delphi4PHP is really interesting! Firstly because it lets Delphi programmers write extensions to the interpreter for a very popular web applications language, but also because it helps to mobilise more PHP apps through a different SAPI!</p>
<p>Sure, we can use php-cli with php-gtk or php-qt and make full, graphical php desktop apps. And sure, I use it for most of my shell scripting now&#8230; But I can&#8217;t exactly ship PHP sources and cli clients to everyone constantly &#8211; a benefit of this higher level of integration (ew a polyglot) is surely a higher level of portability, too. The more ways we can ship desktop php apps, and the more ways in which we can write php extensions&#8230; Well, I&#8217;m just saying I don&#8217;t think it can hurt.</p>
<p>Delphi adds another PHP answer to py2exe.<br />
Go PHP! Go Delphi! Go Python! Go C++! We&#8217;re spoilt for choice, and it&#8217;s a good thing.</p>
<p>&#8220;Delphi4PHP is not a viable tool if you truly know PHP.&#8221; &#8212; I think you mean, not a &#8220;vital&#8221; tool&#8230;? And what is it to &#8220;truly know&#8221;? Do I have to be on the development team? I doubt that any living being has ever read every page in the manual. Not many people can even recite the list of extensions available on installation. Hey, most (less than 4 years) people I talk to are surprised to learn that E_ALL is not the highest level of error reporting, but they do spend a lot of time writing a lot of code.</p>
<p>Whatever tools the tools are which help us get the job done or to increase our understanding, those tools are worth considering.<br />
Not to rubbish what you&#8217;re saying, Dan Wade &#8211; I agree that PHP is more than fully featured and perfectly capable of standing on its own, you have a good point.<br />
Just&#8230; PHP4Delphi looks and smells like a good thing as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wade</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-25553</link>
		<dc:creator>Dan Wade</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-25553</guid>
		<description>You&#039;re right, there are still people using VHS too. I have 10+ years with Delphi at every level. I have been doing PHP for 4 years. Let me tell you, a free product that has vast support and is fast is better than a &quot;cool&quot; product that has none. 

Delphi4PHP is not a viable tool if you truly know PHP. It&#039;s like using Dreamweaver and saying you are a webmaster.

=====================================
#  ibandyop Says:
April 28th, 2008 at 10:09 am

Delphi will not die., it will simply evolve. You can already use your existing code on Linux based OS.
Don’t forget Delphi4PHP</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, there are still people using VHS too. I have 10+ years with Delphi at every level. I have been doing PHP for 4 years. Let me tell you, a free product that has vast support and is fast is better than a &#8220;cool&#8221; product that has none. </p>
<p>Delphi4PHP is not a viable tool if you truly know PHP. It&#8217;s like using Dreamweaver and saying you are a webmaster.</p>
<p>=====================================<br />
#  ibandyop Says:<br />
April 28th, 2008 at 10:09 am</p>
<p>Delphi will not die., it will simply evolve. You can already use your existing code on Linux based OS.<br />
Don’t forget Delphi4PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-20478</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 13 May 2008 22:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-20478</guid>
		<description>I worked with Delphi for years.  For the price I paid for the product I did not expect it to be full of bugs.  On top of this the support was pitiful.  The people at Borland seemed to be snobs.  Every patch needed the original disks which had to be retrieved from storage.  They could have done well seeing that many of us did not want to go to .NET.  However, they took another course and many of us are forgetting about Delphi and are moving to .NET.</description>
		<content:encoded><![CDATA[<p>I worked with Delphi for years.  For the price I paid for the product I did not expect it to be full of bugs.  On top of this the support was pitiful.  The people at Borland seemed to be snobs.  Every patch needed the original disks which had to be retrieved from storage.  They could have done well seeing that many of us did not want to go to .NET.  However, they took another course and many of us are forgetting about Delphi and are moving to .NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibandyop</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-19226</link>
		<dc:creator>ibandyop</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-19226</guid>
		<description>Delphi will not die., it will simply evolve. You can already use your existing code on Linux based OS.
Don&#039;t forget Delphi4PHP</description>
		<content:encoded><![CDATA[<p>Delphi will not die., it will simply evolve. You can already use your existing code on Linux based OS.<br />
Don&#8217;t forget Delphi4PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Cordes</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-16230</link>
		<dc:creator>Kyle Cordes</dc:creator>
		<pubDate>Sun, 24 Feb 2008 15:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-16230</guid>
		<description>At some future time I&#039;ll write more about what I mean by &quot;enterprise&quot;; a short version is that this is software used by large or very large companies, generally companies not in the software business, for mostly internal use. Generally this means companies that bear very little resemblance to Google, though there is no doubt some enterprisey software used inside Google.</description>
		<content:encoded><![CDATA[<p>At some future time I&#8217;ll write more about what I mean by &#8220;enterprise&#8221;; a short version is that this is software used by large or very large companies, generally companies not in the software business, for mostly internal use. Generally this means companies that bear very little resemblance to Google, though there is no doubt some enterprisey software used inside Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L505</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-16219</link>
		<dc:creator>L505</dc:creator>
		<pubDate>Sun, 24 Feb 2008 04:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-16219</guid>
		<description>What exactly is an &quot;enterprise application&quot;?

Something that isn&#039;t shareware?

p.s. Sawzall and Python are not the most popular programming languages of all time and are used by the most popular company of all time: google.  I think google is an enterprise. Therefore, popularity of a language isn&#039;t always important in huge enterprises, such as google. Since google is an enterprise... and they use Python and Sawzall.. what makes you think Enterprises can&#039;t use Delphi and freepascal if they need to use it? I am using freepascal and delphi for all my &quot;enterprises&quot; I consult with, for web apps and desktop software.</description>
		<content:encoded><![CDATA[<p>What exactly is an &#8220;enterprise application&#8221;?</p>
<p>Something that isn&#8217;t shareware?</p>
<p>p.s. Sawzall and Python are not the most popular programming languages of all time and are used by the most popular company of all time: google.  I think google is an enterprise. Therefore, popularity of a language isn&#8217;t always important in huge enterprises, such as google. Since google is an enterprise&#8230; and they use Python and Sawzall.. what makes you think Enterprises can&#8217;t use Delphi and freepascal if they need to use it? I am using freepascal and delphi for all my &#8220;enterprises&#8221; I consult with, for web apps and desktop software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://kylecordes.com/2008/delphi-dead/comment-page-1#comment-15144</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2008/01/14/delphi-dead/#comment-15144</guid>
		<description>Prolog?! Sure, *now* you add the interesting stuff... :-)</description>
		<content:encoded><![CDATA[<p>Prolog?! Sure, *now* you add the interesting stuff&#8230; <img src='http://kylecordes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

