<?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: Functional programming &#8211; an emerging trend</title>
	<atom:link href="http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/</link>
	<description>For developers - by developers</description>
	<lastBuildDate>Sun, 24 Apr 2011 11:26:05 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trends in it &#124; JAOO Community Blog</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-320</link>
		<dc:creator>Trends in it &#124; JAOO Community Blog</dc:creator>
		<pubDate>Wed, 13 Aug 2008 10:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-320</guid>
		<description>[...] Functional programming - an emerging trend  [...]</description>
		<content:encoded><![CDATA[<p>[...] Functional programming &#8211; an emerging trend  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thomsen</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-223</link>
		<dc:creator>Frank Thomsen</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-223</guid>
		<description>Of course Erlang and F#, as well as other FPL&#039;s, are useful in a professional setting.

Erlang has been used by Ericsson for many years in their telecomm software, and other companies are using Erlang as well. Amongst those most prominent are:
* Amazon, who is writing their SimpleDB in Erlang
* IMDB (Internet Movie Database) is switching from Perl to Erlang
* Facebook has implemented their chat software in Erlang

F# is a relatively new FPL, but already software companies are adopting it. And Microsoft is making it part of the official .NET language stack soon. Besides, F# is &quot;just&quot; OCaml with bi-directional .NET interoperability and a performance profile comparable to that if C#.

Haskell is also used in several professional applications, and other FPL&#039;s have their niches too.</description>
		<content:encoded><![CDATA[<p>Of course Erlang and F#, as well as other FPL&#8217;s, are useful in a professional setting.</p>
<p>Erlang has been used by Ericsson for many years in their telecomm software, and other companies are using Erlang as well. Amongst those most prominent are:<br />
* Amazon, who is writing their SimpleDB in Erlang<br />
* IMDB (Internet Movie Database) is switching from Perl to Erlang<br />
* Facebook has implemented their chat software in Erlang</p>
<p>F# is a relatively new FPL, but already software companies are adopting it. And Microsoft is making it part of the official .NET language stack soon. Besides, F# is &#8220;just&#8221; OCaml with bi-directional .NET interoperability and a performance profile comparable to that if C#.</p>
<p>Haskell is also used in several professional applications, and other FPL&#8217;s have their niches too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-217</link>
		<dc:creator>web design</dc:creator>
		<pubDate>Tue, 22 Jul 2008 09:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-217</guid>
		<description>Is Erlang and F# and other functional languages useful in a professional setting?</description>
		<content:encoded><![CDATA[<p>Is Erlang and F# and other functional languages useful in a professional setting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScalaFan</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-208</link>
		<dc:creator>ScalaFan</dc:creator>
		<pubDate>Sat, 19 Jul 2008 21:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-208</guid>
		<description>i like this blog :
http://www.codecommit.com/blog/category/scala

:)</description>
		<content:encoded><![CDATA[<p>i like this blog :<br />
<a href="http://www.codecommit.com/blog/category/scala" rel="nofollow">http://www.codecommit.com/blog/category/scala</a></p>
<p> <img src='http://blog.jaoo.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thomsen</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-205</link>
		<dc:creator>Frank Thomsen</dc:creator>
		<pubDate>Sat, 19 Jul 2008 09:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-205</guid>
		<description>I am sorry if the article is somewhat biased towards Erlang and F#, but the reasons stated in the article are still valid in the sense that they address key problems _and_ have a rapidly growing community. The fact that Microsoft will make F# a fully supported language is also worth mentioning. I tried to write the article as general as possible since I know that there are other FPL&#039;s that each have their virtues.

I am not familiar with the Scala programming language, except that it runs on the JVM, integrates with existing Java libraries and supports anonymous functions, higher-order functions, currying, pattern-matching and other important FPL features. That makes it somewhat equal to F#, but is the community as large, and is the support (from both developers and companies alike) as that of F#? I don&#039;t know. But given the above mentioned &quot;features&quot; of Scala it should be worth considering as on  of our tools, definitely.

The landscape of programming is rapidly changing these years, with numerous functional and dynamical languages emerging. Some will come out on top in the end (if one can speculate about such a concept), but most will stay in the shadows. It all depends on features, community, integration and how much the language will evolve (like C# which has evolved quite a bit... perhaps too much).</description>
		<content:encoded><![CDATA[<p>I am sorry if the article is somewhat biased towards Erlang and F#, but the reasons stated in the article are still valid in the sense that they address key problems _and_ have a rapidly growing community. The fact that Microsoft will make F# a fully supported language is also worth mentioning. I tried to write the article as general as possible since I know that there are other FPL&#8217;s that each have their virtues.</p>
<p>I am not familiar with the Scala programming language, except that it runs on the JVM, integrates with existing Java libraries and supports anonymous functions, higher-order functions, currying, pattern-matching and other important FPL features. That makes it somewhat equal to F#, but is the community as large, and is the support (from both developers and companies alike) as that of F#? I don&#8217;t know. But given the above mentioned &#8220;features&#8221; of Scala it should be worth considering as on  of our tools, definitely.</p>
<p>The landscape of programming is rapidly changing these years, with numerous functional and dynamical languages emerging. Some will come out on top in the end (if one can speculate about such a concept), but most will stay in the shadows. It all depends on features, community, integration and how much the language will evolve (like C# which has evolved quite a bit&#8230; perhaps too much).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScalaFan</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-204</link>
		<dc:creator>ScalaFan</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-204</guid>
		<description>only F# and Erlang?
What about Scala?</description>
		<content:encoded><![CDATA[<p>only F# and Erlang?<br />
What about Scala?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Johnson</title>
		<link>http://blog.jaoo.dk/2008/07/17/functional-programming-an-emerging-trend/comment-page-1/#comment-203</link>
		<dc:creator>Keith Johnson</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jaoo.dk/?p=62#comment-203</guid>
		<description>Great article, Frank. I currently am studying C# but hope to learn F# as well, since Microsoft Visual Studio will support F# as well. Functional programming is very pragmatic, and less demanding in the sense of having to conform to an entire programming &quot;kingdom&quot; like .NET, even though .NET is really great now. Like you said, no single language resolves all. We need to be able to adapt to different languages per their capabilities.</description>
		<content:encoded><![CDATA[<p>Great article, Frank. I currently am studying C# but hope to learn F# as well, since Microsoft Visual Studio will support F# as well. Functional programming is very pragmatic, and less demanding in the sense of having to conform to an entire programming &#8220;kingdom&#8221; like .NET, even though .NET is really great now. Like you said, no single language resolves all. We need to be able to adapt to different languages per their capabilities.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

