<?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: Judging programming languages by the results</title>
	<atom:link href="http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/</link>
	<description>by Alexander Rødseth</description>
	<lastBuildDate>Fri, 12 Jun 2009 23:45:27 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jilani KHALDI</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6999</link>
		<dc:creator>Jilani KHALDI</dc:creator>
		<pubDate>Tue, 25 Mar 2008 15:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6999</guid>
		<description>I think that Object Pascal (Free Pascal and Delphi) is one the very few true high level and complete languages. You can develop every kind of software you want without the need of any other language.</description>
		<content:encoded><![CDATA[<p>I think that Object Pascal (Free Pascal and Delphi) is one the very few true high level and complete languages. You can develop every kind of software you want without the need of any other language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorolf A. Holmboe</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6997</link>
		<dc:creator>Thorolf A. Holmboe</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6997</guid>
		<description>Thanks a lot for a refreshing and interresting read! It is indeed a vital point that code size and complexity should determine the choice of programming language. I tried a lot of different stuff in the early days of computing, and find your assertions very plausible!

Interrestingly, the two last programming languages I learnt was Pascal and C respectively! And as a hacker at heart, C was very appealing in its maximum compactness and ablilty to swallow cryptic but ingenious operator combinations, but Pascal was appealing in its lightness and clarity. If I was to take on a bigger programming project, this blog notice might tip the balance in favour of Pascal! :-)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for a refreshing and interresting read! It is indeed a vital point that code size and complexity should determine the choice of programming language. I tried a lot of different stuff in the early days of computing, and find your assertions very plausible!</p>
<p>Interrestingly, the two last programming languages I learnt was Pascal and C respectively! And as a hacker at heart, C was very appealing in its maximum compactness and ablilty to swallow cryptic but ingenious operator combinations, but Pascal was appealing in its lightness and clarity. If I was to take on a bigger programming project, this blog notice might tip the balance in favour of Pascal! <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pailes</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6996</link>
		<dc:creator>pailes</dc:creator>
		<pubDate>Mon, 03 Mar 2008 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6996</guid>
		<description>&quot;I bet FT2 would be open source if it was written today.&quot;

You don&#039;t seem to know much about FT2 ;)

Regards</description>
		<content:encoded><![CDATA[<p>&#8220;I bet FT2 would be open source if it was written today.&#8221;</p>
<p>You don&#8217;t seem to know much about FT2 <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megaribi</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6970</link>
		<dc:creator>megaribi</dc:creator>
		<pubDate>Sat, 09 Feb 2008 17:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6970</guid>
		<description>Pascal is European language, and therefore it is more popular in Europe than in America. Borland&#039;s implementation (now CodeGear&#039;s) of Pascal called Turbo Pascal, later Delphi, was and still is so good that I still find it better solution than C, Java, C++, C#, Visual BASIC etc.
Just mention several properties:
- Pascal code is more readable than any C derived code. Keywords &quot;and&quot; &quot;then&quot; &quot;begin&quot; look easier to read than &quot;&amp;&amp;&quot; &quot;){&quot; &quot;{&quot;, 
- DOS version of TurboPascal generated incredibly short executables
- No need to create make or header  files, copiler will solve all source code dependances
- Delphi is point and click development tool. It is quick way to enter the GUI development.
- Everything you need is in your executable. Forget OCX registrations, JAVA virtual machines dependancy, .NET versions
- There are about 300 included components in Delphi and about 4000 additional components available on Internet, not counting ActiveX controls.
- Components are for different kinds of software. It is possible in 10 minutes to write program that will browse through Oracle base and send notification E-mails to addresses found in database.
- Debugger and IDE editor are very easy to use and configurable.
- There are also FreePascal and Lazarus. Although they are lower quality than Delphi they allow Delphi programs to be ported to Linux and Solaris.</description>
		<content:encoded><![CDATA[<p>Pascal is European language, and therefore it is more popular in Europe than in America. Borland&#8217;s implementation (now CodeGear&#8217;s) of Pascal called Turbo Pascal, later Delphi, was and still is so good that I still find it better solution than C, Java, C++, C#, Visual BASIC etc.<br />
Just mention several properties:<br />
- Pascal code is more readable than any C derived code. Keywords &#8220;and&#8221; &#8220;then&#8221; &#8220;begin&#8221; look easier to read than &#8220;&amp;&amp;&#8221; &#8220;){&#8221; &#8220;{&#8221;,<br />
- DOS version of TurboPascal generated incredibly short executables<br />
- No need to create make or header  files, copiler will solve all source code dependances<br />
- Delphi is point and click development tool. It is quick way to enter the GUI development.<br />
- Everything you need is in your executable. Forget OCX registrations, JAVA virtual machines dependancy, .NET versions<br />
- There are about 300 included components in Delphi and about 4000 additional components available on Internet, not counting ActiveX controls.<br />
- Components are for different kinds of software. It is possible in 10 minutes to write program that will browse through Oracle base and send notification E-mails to addresses found in database.<br />
- Debugger and IDE editor are very easy to use and configurable.<br />
- There are also FreePascal and Lazarus. Although they are lower quality than Delphi they allow Delphi programs to be ported to Linux and Solaris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bee</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6961</link>
		<dc:creator>bee</dc:creator>
		<pubDate>Fri, 01 Feb 2008 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6961</guid>
		<description>@admin:
&gt; For sure, I’ll give the Free Pascal Compiler a shot next time I’ll write a full fledged GUI-program. What would you choose for your next project?

Go give it a shot. I&#039;ve been doing web app and GUI app using Pascal for years. I found myself more productive than people that using other languages. ;)</description>
		<content:encoded><![CDATA[<p>@admin:<br />
&gt; For sure, I’ll give the Free Pascal Compiler a shot next time I’ll write a full fledged GUI-program. What would you choose for your next project?</p>
<p>Go give it a shot. I&#8217;ve been doing web app and GUI app using Pascal for years. I found myself more productive than people that using other languages. <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bee</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6959</link>
		<dc:creator>bee</dc:creator>
		<pubDate>Fri, 01 Feb 2008 11:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6959</guid>
		<description>@Miran:

&gt; I’m sure that if Pavel chose a more modern language to do his app it would have been equally good but he would have done it much faster.

You know nothing about Pascal that you&#039;re talking about. :P Compare GIMP (written in C/C++??) with Pixel. Both in final quality, crossplatform, and code quality. GIMP is written by many people, Pixel is written by A SINGLE PERSON! Yet Pixel is better than GIMP, IMO. :P 

(Object) Pascal that being used nowadays which is used by Pixel is much more modern than C/C++. Go try FreePascal and Lazarus (cross platform open source) or Delphi (win32 only). You&#039;ll surprised to see what modern Pascal can do! :P

C/C++ people... get a life! See what is going on outside your &quot;world&quot;! Perhaps you don&#039;t know that there&#039;s something called iPhone today. In case you&#039;re still thinking that phones need cables and has no display. :P</description>
		<content:encoded><![CDATA[<p>@Miran:</p>
<p>&gt; I’m sure that if Pavel chose a more modern language to do his app it would have been equally good but he would have done it much faster.</p>
<p>You know nothing about Pascal that you&#8217;re talking about. <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Compare GIMP (written in C/C++??) with Pixel. Both in final quality, crossplatform, and code quality. GIMP is written by many people, Pixel is written by A SINGLE PERSON! Yet Pixel is better than GIMP, IMO. <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>(Object) Pascal that being used nowadays which is used by Pixel is much more modern than C/C++. Go try FreePascal and Lazarus (cross platform open source) or Delphi (win32 only). You&#8217;ll surprised to see what modern Pascal can do! <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>C/C++ people&#8230; get a life! See what is going on outside your &#8220;world&#8221;! Perhaps you don&#8217;t know that there&#8217;s something called iPhone today. In case you&#8217;re still thinking that phones need cables and has no display. <img src='http://www.pvv.org/~alexanro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ailaG</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6939</link>
		<dc:creator>ailaG</dc:creator>
		<pubDate>Mon, 14 Jan 2008 00:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6939</guid>
		<description>Ohhhh, try Ada.
What a terrible course that was. It&#039;s VERY strict. Very OO too. It&#039;s a great one when you&#039;re not stuck shouting at your program that refuses to compile.

Scheme is very annoying. I&#039;ve had a class on it a few years ago, the intro to CS class. They only taught us how to set variables around the end of the semester, and then told us not to use that. (We (wrote (everything (in (recursions))))).</description>
		<content:encoded><![CDATA[<p>Ohhhh, try Ada.<br />
What a terrible course that was. It&#8217;s VERY strict. Very OO too. It&#8217;s a great one when you&#8217;re not stuck shouting at your program that refuses to compile.</p>
<p>Scheme is very annoying. I&#8217;ve had a class on it a few years ago, the intro to CS class. They only taught us how to set variables around the end of the semester, and then told us not to use that. (We (wrote (everything (in (recursions))))).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme Geldenhuys</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6938</link>
		<dc:creator>Graeme Geldenhuys</dc:creator>
		<pubDate>Sun, 13 Jan 2008 17:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6938</guid>
		<description>Something I would really like to make clear is that there is a BIG difference between Pascal (from the 80&#039;s) and Object  Pascal (as used with the Free Pascal Compiler and Borland Delphi).

Object Pascal is a much more modern language. Yes it&#039;s derived from the original Pascal language, but now includes Objects and many other modern language constructs like Generics etc...

http://en.wikipedia.org/wiki/Delphi_(programming_language)

Lazarus, Pixel and the fpGUI Toolkit are all written in Object Pascal.</description>
		<content:encoded><![CDATA[<p>Something I would really like to make clear is that there is a BIG difference between Pascal (from the 80&#8217;s) and Object  Pascal (as used with the Free Pascal Compiler and Borland Delphi).</p>
<p>Object Pascal is a much more modern language. Yes it&#8217;s derived from the original Pascal language, but now includes Objects and many other modern language constructs like Generics etc&#8230;</p>
<p><a href="http://en.wikipedia.org/wiki/Delphi_(programming_language)" rel="nofollow">http://en.wikipedia.org/wiki/Delphi_(programming_language)</a></p>
<p>Lazarus, Pixel and the fpGUI Toolkit are all written in Object Pascal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6937</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Sun, 13 Jan 2008 16:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6937</guid>
		<description>A good FT2 replacement for Linux appears to be SkaleTracker, although I didn&#039;t get it working..</description>
		<content:encoded><![CDATA[<p>A good FT2 replacement for Linux appears to be SkaleTracker, although I didn&#8217;t get it working..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/comment-page-1/#comment-6936</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 13 Jan 2008 09:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pvv.org/~alexanro/2008/01/11/judging-programming-languages-by-the-results/#comment-6936</guid>
		<description>I&#039;d like to give PHP for standard apps a shot. I like PHP a lot and it seems interesting.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to give PHP for standard apps a shot. I like PHP a lot and it seems interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
