<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Florent Clairambault &#187; D language</title>
	<atom:link href="http://florent.clairambault.fr/tag/d-language/feed" rel="self" type="application/rss+xml" />
	<link>http://florent.clairambault.fr</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 19:56:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>D language</title>
		<link>http://florent.clairambault.fr/d-language?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=d-language</link>
		<comments>http://florent.clairambault.fr/d-language#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:57:40 +0000</pubDate>
		<dc:creator>Florent Clairambault</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[C# .Net]]></category>
		<category><![CDATA[D language]]></category>

		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2406</guid>
		<description><![CDATA[This is just a very short post about this language I recently discovered : the D language. As described on its little website : &#8220;D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a very short post about this language I recently discovered : the D language. As described on <a href="http://www.d-programming-language.org/">its little website</a> : &#8220;D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability.&#8221;.</p>
<p>It has most of the features of the java and the C# (best language ever), but it is fully compiled (no JVM or JIT stuff).</p>
<p>You should have a quick loot of its features on the <a href="http://www.digitalmars.com/d/">Digital mars website</a> (they&#8217;re the ones who created it).</p>
<p>I wonder if this language really has a future. C# (with the .Net framework) compiles and runs on every platform (thanks to <a href="http://www.mono-project.com/">mono</a>), even <a href="http://monotouch.net/">on the iPhone</a>, so it only remove the burden of the libraries required to run .net apps.<br />
So, will it really beats its performance ? Because in C# is very fast (my next post will bring a stupid C++/C# performance comparison), and in C# avoiding time or memory consuming mistakes or multi-threading our code is very easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://florent.clairambault.fr/d-language/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/19 queries in 0.010 seconds using disk: basic
Object Caching 319/344 objects using disk: basic

Served from: florent.clairambault.fr @ 2012-02-07 11:11:55 -->
