<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Ashraful Islam &#187; Programming</title>
	<atom:link href="http://www.ashnah.com/wordpress/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashnah.com/wordpress</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 11 Sep 2008 15:18:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>What is the best programming language?</title>
		<link>http://www.ashnah.com/wordpress/programming/what-is-the-best-programming-language/</link>
		<comments>http://www.ashnah.com/wordpress/programming/what-is-the-best-programming-language/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 22:47:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ashnah.com/wordpress/?p=3</guid>
		<description><![CDATA[I have experience of using perl, php, c#, visual basic, c/c++, java and also seen simple sample program of other languages. I think c++ is the best programming language. Pointer is oviously a problem for beginer but you can easily avoid them.
So why so many languages? Is there is technical reason, or is it just [...]]]></description>
			<content:encoded><![CDATA[<p>I have experience of using perl, php, c#, visual basic, c/c++, java and also seen simple sample program of other languages. I think c++ is the best programming language. Pointer is oviously a problem for beginer but you can easily avoid them.</p>
<p>So why so many languages? Is there is technical reason, or is it just commercial war?</p>
<p>I love these features to be present in a modern language</p>
<ol>
<li>c like syntax with { bracket</li>
<li>included assembly facility like D programming language. looking at D feature it seems it is superior than C# but digital marsh can only do so much competion with microsoft at this stage.</li>
<li>built in flex/yacc facility. like i can select syntax i want but program will be converted according to my choice of converter. For example i like ruby syntax then i write the code in ruby and compiler automaticaly convert them to a intermediate language. .NET is doing that but i am talking in programer level by simply using a config file. like compiler.exe   program.cpp syntaxconfig.txt</li>
<li>built in parsing like embeded html and php code. &lt;cpp  my c++ code &gt;  in same program &lt;c# myc#code &gt;.</li>
<li>cross platform without recompilation</li>
</ol>
<p>Do you like to add more criteria or have criticism?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashnah.com/wordpress/programming/what-is-the-best-programming-language/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
