<?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"
	>
<channel>
	<title>Comments for Ulf Wiger</title>
	<atom:link href="http://ulf.wiger.net/weblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ulf.wiger.net/weblog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 05 Sep 2008 22:59:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on What is Erlang-Style Concurrency? by Ulf Wiger</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-6462</link>
		<dc:creator>Ulf Wiger</dc:creator>
		<pubDate>Sun, 27 Jul 2008 20:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-6462</guid>
		<description>@codingthewheel: Thanks for the invite. I view Erlang and C as complementary, and I do agree that every programmer should learn C. I don't necessarily agree that they should do their concurrency programming in it, though. (:</description>
		<content:encoded><![CDATA[<p>@codingthewheel: Thanks for the invite. I view Erlang and C as complementary, and I do agree that every programmer should learn C. I don&#8217;t necessarily agree that they should do their concurrency programming in it, though. (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by JamesF</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-6365</link>
		<dc:creator>JamesF</dc:creator>
		<pubDate>Wed, 23 Jul 2008 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-6365</guid>
		<description>"There is another take on dataflow programming, which perhaps would feel more natural in Erlang: Flow-based Programming (http://www.jpaulmorrison.com/cgi-bin/wiki.pl), but this seems different from what you’re talking about."

What seemed different between John Morrison's and the Pervasive DataRush team's approach?</description>
		<content:encoded><![CDATA[<p>&#8220;There is another take on dataflow programming, which perhaps would feel more natural in Erlang: Flow-based Programming (http://www.jpaulmorrison.com/cgi-bin/wiki.pl), but this seems different from what you’re talking about.&#8221;</p>
<p>What seemed different between John Morrison&#8217;s and the Pervasive DataRush team&#8217;s approach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by www.codingthewheel.com</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-6306</link>
		<dc:creator>www.codingthewheel.com</dc:creator>
		<pubDate>Mon, 21 Jul 2008 04:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-6306</guid>
		<description>Hi Ulf.. informative post. Care to come to:

http://www.codingthewheel.com/archives/learning-to-drive-a-stick-shift

And weigh in on the future of Erlang vs. C/C++?</description>
		<content:encoded><![CDATA[<p>Hi Ulf.. informative post. Care to come to:</p>
<p><a href="http://www.codingthewheel.com/archives/learning-to-drive-a-stick-shift" rel="nofollow">http://www.codingthewheel.com/archives/learning-to-drive-a-stick-shift</a></p>
<p>And weigh in on the future of Erlang vs. C/C++?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indentation-sensitive Erlang 3 by Ulf Wiger</title>
		<link>http://ulf.wiger.net/weblog/2008/06/11/indentation-sensitive-erlang-3/#comment-5989</link>
		<dc:creator>Ulf Wiger</dc:creator>
		<pubDate>Sat, 12 Jul 2008 08:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=25#comment-5989</guid>
		<description>@damien: Thanks, but I think l2 is the worst problem, since it's an otherwise perfectly legal (and common!) pattern, which doesn't work when in indentation-sensitive mode.

Perhaps the most glaring issues can be fixed with more or less elegant workarounds? Anyone willing to try is welcome to the code. (:</description>
		<content:encoded><![CDATA[<p>@damien: Thanks, but I think l2 is the worst problem, since it&#8217;s an otherwise perfectly legal (and common!) pattern, which doesn&#8217;t work when in indentation-sensitive mode.</p>
<p>Perhaps the most glaring issues can be fixed with more or less elegant workarounds? Anyone willing to try is welcome to the code. (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indentation-sensitive Erlang 3 by damien morton</title>
		<link>http://ulf.wiger.net/weblog/2008/06/11/indentation-sensitive-erlang-3/#comment-5283</link>
		<dc:creator>damien morton</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=25#comment-5283</guid>
		<description>Looks pretty damned close to me!

Python doesnt attempt to use indentation for forming lists tuples or dictionaries. The commas are still necessary. 

Of the unhappy cases, h3 seems to me to be the most unhappy one :)</description>
		<content:encoded><![CDATA[<p>Looks pretty damned close to me!</p>
<p>Python doesnt attempt to use indentation for forming lists tuples or dictionaries. The commas are still necessary. </p>
<p>Of the unhappy cases, h3 seems to me to be the most unhappy one <img src='http://ulf.wiger.net/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by Ulf Wiger</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-5122</link>
		<dc:creator>Ulf Wiger</dc:creator>
		<pubDate>Tue, 17 Jun 2008 08:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-5122</guid>
		<description>@web design company: This is true in a way, except for the fact that erlang processes are much more lightweight than POSIX processes. This has profound implications on how processes are used in system modeling.</description>
		<content:encoded><![CDATA[<p>@web design company: This is true in a way, except for the fact that erlang processes are much more lightweight than POSIX processes. This has profound implications on how processes are used in system modeling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by Ulf Wiger</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-5121</link>
		<dc:creator>Ulf Wiger</dc:creator>
		<pubDate>Tue, 17 Jun 2008 08:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-5121</guid>
		<description>@Stefan: Erlang uses preemptive scheduling, at least as far as the user is concerned. In the traditional, single-CPU implementation, scheduling was reduction-based and very predictable. In multicore Erlang multiple scheduler threads are premptively scheduled, meaning that scheduling becomes truly preemptive from the user perspective.

Message passing does not force a task switch. The receiving process is marked as runnable, but the sending process may well be allowed to continue (unless it is scheduled out for other reasons).</description>
		<content:encoded><![CDATA[<p>@Stefan: Erlang uses preemptive scheduling, at least as far as the user is concerned. In the traditional, single-CPU implementation, scheduling was reduction-based and very predictable. In multicore Erlang multiple scheduler threads are premptively scheduled, meaning that scheduling becomes truly preemptive from the user perspective.</p>
<p>Message passing does not force a task switch. The receiving process is marked as runnable, but the sending process may well be allowed to continue (unless it is scheduled out for other reasons).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by Ulf Wiger</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-5120</link>
		<dc:creator>Ulf Wiger</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-5120</guid>
		<description>@Bob: I'm sorry. I don't have Foxit Reader, and am not sufficiently knowledgeable about the PDF format to determine the source of the problem. It works in Acrobat Reader, as far as I can tell.</description>
		<content:encoded><![CDATA[<p>@Bob: I&#8217;m sorry. I don&#8217;t have Foxit Reader, and am not sufficiently knowledgeable about the PDF format to determine the source of the problem. It works in Acrobat Reader, as far as I can tell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by Bob Foster</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-5061</link>
		<dc:creator>Bob Foster</dc:creator>
		<pubDate>Sat, 14 Jun 2008 18:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-5061</guid>
		<description>The PDF version of your presentation crashed Foxit Reader moving from page 3 to 4.</description>
		<content:encoded><![CDATA[<p>The PDF version of your presentation crashed Foxit Reader moving from page 3 to 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Erlang-Style Concurrency? by Stephan Schmidt</title>
		<link>http://ulf.wiger.net/weblog/2008/02/06/what-is-erlang-style-concurrency/#comment-5055</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Sat, 14 Jun 2008 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=10#comment-5055</guid>
		<description>What I can't find anywhere: Is multi tasking in Erlang cooperative and do task switches happend during messages passing?

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>What I can&#8217;t find anywhere: Is multi tasking in Erlang cooperative and do task switches happend during messages passing?</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
