<?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: Next language</title>
	<atom:link href="http://blog.elisehuard.be/2008/07/next-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elisehuard.be/2008/07/next-language/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Aug 2011 20:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: elise</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1312</link>
		<dc:creator>elise</dc:creator>
		<pubDate>Wed, 23 Jul 2008 18:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1312</guid>
		<description>I see from your blog that you&#039;re a fan !  Thanks for the advice, i&#039;ll pick up those resources.</description>
		<content:encoded><![CDATA[<p>I see from your blog that you&#8217;re a fan !  Thanks for the advice, i&#8217;ll pick up those resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain O'Dea</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1311</link>
		<dc:creator>Alain O'Dea</dc:creator>
		<pubDate>Wed, 23 Jul 2008 18:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1311</guid>
		<description>I can tell you from personal experience that Erlang delivers real productivity and ease of use for the developer. I have found it very useful for desktop automation and data analysis.

To me, pattern-matching and tail recursion are what make the language so easy to read and write. I have found that I can easily understand how 3rd-party libraries work by reading through their source code.

&lt;a href=&quot;http://www.pragprog.com/screencasts/v-kserl/erlang-by-example&quot; rel=&quot;nofollow&quot;&gt;Erlang By Example screencasts with Kevin Smith&lt;/a&gt; and Joe Armstrong&#039;s &lt;a href=&quot;http://www.pragprog.com/titles/jaerlang/programming-erlang&quot; rel=&quot;nofollow&quot;&gt;Programming Erlang: Software for a Concurrent World&lt;/a&gt; are great resources for learning Erlang. I highly recommend picking them up.</description>
		<content:encoded><![CDATA[<p>I can tell you from personal experience that Erlang delivers real productivity and ease of use for the developer. I have found it very useful for desktop automation and data analysis.</p>
<p>To me, pattern-matching and tail recursion are what make the language so easy to read and write. I have found that I can easily understand how 3rd-party libraries work by reading through their source code.</p>
<p><a href="http://www.pragprog.com/screencasts/v-kserl/erlang-by-example" rel="nofollow">Erlang By Example screencasts with Kevin Smith</a> and Joe Armstrong&#8217;s <a href="http://www.pragprog.com/titles/jaerlang/programming-erlang" rel="nofollow">Programming Erlang: Software for a Concurrent World</a> are great resources for learning Erlang. I highly recommend picking them up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elise</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1310</link>
		<dc:creator>elise</dc:creator>
		<pubDate>Wed, 23 Jul 2008 07:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1310</guid>
		<description>and you&#039;re right, concurrency can be mindbogglingly complex.  

I&#039;ll read that Little book of semaphores :-)  thanks for the reference.</description>
		<content:encoded><![CDATA[<p>and you&#8217;re right, concurrency can be mindbogglingly complex.  </p>
<p>I&#8217;ll read that Little book of semaphores <img src='http://blog.elisehuard.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   thanks for the reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elise</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1309</link>
		<dc:creator>elise</dc:creator>
		<pubDate>Wed, 23 Jul 2008 07:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1309</guid>
		<description>Well, with distributed architectures and multi-multi processors there is more of a call for such a language.

It&#039;s like Joe Armstrong said: a language comes up when there&#039;s an application for it.  Ruby has the same age as Java but wasn&#039;t much heard of before 2002-3 ...</description>
		<content:encoded><![CDATA[<p>Well, with distributed architectures and multi-multi processors there is more of a call for such a language.</p>
<p>It&#8217;s like Joe Armstrong said: a language comes up when there&#8217;s an application for it.  Ruby has the same age as Java but wasn&#8217;t much heard of before 2002-3 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Paeps</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1306</link>
		<dc:creator>Philip Paeps</dc:creator>
		<pubDate>Tue, 22 Jul 2008 19:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1306</guid>
		<description>(why did that single sentence go through?)

Concurrency is hard.  Concurrency is very central to Erlang.  This is probably part of the reason.  Many programmers do not understand concurrency. 

I don&#039;t feel Erlang removes The Little Book of Semaphores from the required reading list though. :-)</description>
		<content:encoded><![CDATA[<p>(why did that single sentence go through?)</p>
<p>Concurrency is hard.  Concurrency is very central to Erlang.  This is probably part of the reason.  Many programmers do not understand concurrency. </p>
<p>I don&#8217;t feel Erlang removes The Little Book of Semaphores from the required reading list though. <img src='http://blog.elisehuard.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Paeps</title>
		<link>http://blog.elisehuard.be/2008/07/next-language/comment-page-1/#comment-1305</link>
		<dc:creator>Philip Paeps</dc:creator>
		<pubDate>Tue, 22 Jul 2008 19:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elisehuard.be/?p=389#comment-1305</guid>
		<description>Funny how it took 20 years for the language to become &quot;hype&quot;?</description>
		<content:encoded><![CDATA[<p>Funny how it took 20 years for the language to become &#8220;hype&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

