<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: A Functional Stand</title>
	<link>http://www.linux-mag.com/id/6325/</link>
	<description>Open Source, Open Standards</description>
	<pubDate>Wed, 03 Dec 2008 21:40:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Raymundo Baquirin</title>
		<link>http://www.linux-mag.com/id/6325/#comment-1223</link>
		<pubDate>Fri, 27 Jun 2008 02:48:15 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6325/#comment-1223</guid>
					<description>I too have been wanting to learn Erlang and will be following your column.

Right now though I have been playing with &lt;a href="http://clojure.org/" rel="nofollow"&gt;Clojure&lt;/a&gt;, which is functional, has built-in support for concurrency AND runs on the JVM.  Have you had a look at it?</description>
		<content:encoded><![CDATA[<p>I too have been wanting to learn Erlang and will be following your column.</p>
<p>Right now though I have been playing with <a href="http://clojure.org/" rel="nofollow">Clojure</a>, which is functional, has built-in support for concurrency AND runs on the JVM.  Have you had a look at it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: guillona</title>
		<link>http://www.linux-mag.com/id/6325/#comment-1214</link>
		<pubDate>Wed, 25 Jun 2008 18:17:28 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/6325/#comment-1214</guid>
					<description>I have also had Erlang suggested to me as a potential language for multi-core programming, but I have not yet had the time to sit down and learn the language.  I will be watching your upcoming posts with interest.

Personally, I have invested my own energy into Threading Building Blocks, which is also open-source and supported by the community.  It removes the idea of a thread or process, and instead provides a task-based view of the world, tasks are then mapped to processors for execution, and a task-stealing algorithm is employed to balance load.  TBB could be a good library upon which a functional approach could be built.  Some of the templates, like the parallel_reduce template remind me of functional programming already.

I'm curious to see how Erlang solves low-level issues with cache-locality and load balancing... and how well it really scales to a cluster vs. a shared-memory system with many cores.</description>
		<content:encoded><![CDATA[<p>I have also had Erlang suggested to me as a potential language for multi-core programming, but I have not yet had the time to sit down and learn the language.  I will be watching your upcoming posts with interest.</p>
<p>Personally, I have invested my own energy into Threading Building Blocks, which is also open-source and supported by the community.  It removes the idea of a thread or process, and instead provides a task-based view of the world, tasks are then mapped to processors for execution, and a task-stealing algorithm is employed to balance load.  TBB could be a good library upon which a functional approach could be built.  Some of the templates, like the parallel_reduce template remind me of functional programming already.</p>
<p>I&#8217;m curious to see how Erlang solves low-level issues with cache-locality and load balancing&#8230; and how well it really scales to a cluster vs. a shared-memory system with many cores.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
