<?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: Erlang-style concurrency with JavaScript 1.7</title>
	<atom:link href="http://www.beatniksoftware.com/blog/?feed=rss2&#038;p=80" rel="self" type="application/rss+xml" />
	<link>http://www.beatniksoftware.com/blog/?p=80</link>
	<description>drowning in relativism.</description>
	<lastBuildDate>Wed, 31 Dec 2008 22:22:41 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roberto Saccon</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-27663</link>
		<dc:creator>Roberto Saccon</dc:creator>
		<pubDate>Fri, 07 Mar 2008 04:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-27663</guid>
		<description>Alex, I am trying to do that: http://erlyjs.googlecode.com (a JS compiler for the Erlang VM)</description>
		<content:encoded><![CDATA[<p>Alex, I am trying to do that: <a href="http://erlyjs.googlecode.com" rel="nofollow">http://erlyjs.googlecode.com</a> (a JS compiler for the Erlang VM)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Graveley</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26356</link>
		<dc:creator>Alex Graveley</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26356</guid>
		<description>@Matthieu: Whoa, I&#039;d never heard of Rhino before!  It would be a pretty interesting endeavour to implement good, lightweight processes that enforced the share-nothing principles of Erlang for Er.js running on the server side.</description>
		<content:encoded><![CDATA[<p>@Matthieu: Whoa, I&#8217;d never heard of Rhino before!  It would be a pretty interesting endeavour to implement good, lightweight processes that enforced the share-nothing principles of Erlang for Er.js running on the server side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Riou</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26335</link>
		<dc:creator>Matthieu Riou</dc:creator>
		<pubDate>Thu, 03 Jan 2008 18:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26335</guid>
		<description>I believe yield has been implemented in Rhino&#039;s trunk although I haven&#039;t tested it myself yet. You&#039;ll need to enable the Javascript 1.7 features by passing &quot;-version 170&quot; to the command line.</description>
		<content:encoded><![CDATA[<p>I believe yield has been implemented in Rhino&#8217;s trunk although I haven&#8217;t tested it myself yet. You&#8217;ll need to enable the Javascript 1.7 features by passing &#8220;-version 170&#8243; to the command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26122</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Fri, 21 Dec 2007 16:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26122</guid>
		<description>verrrrrrrrrrrrrrry cool</description>
		<content:encoded><![CDATA[<p>verrrrrrrrrrrrrrry cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h3</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26121</link>
		<dc:creator>h3</dc:creator>
		<pubDate>Fri, 21 Dec 2007 15:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26121</guid>
		<description>Very impressive. For the first time, I suddenly wish it was possible to make a socket server in JavaScript.. However, I see many case where this could be useful in a performance/responsiveness perspective.</description>
		<content:encoded><![CDATA[<p>Very impressive. For the first time, I suddenly wish it was possible to make a socket server in JavaScript.. However, I see many case where this could be useful in a performance/responsiveness perspective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Mix</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26118</link>
		<dc:creator>Neil Mix</dc:creator>
		<pubDate>Fri, 21 Dec 2007 13:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26118</guid>
		<description>Terrific!  I&#039;ve always thought there was a symmetry between generators and Erlang processes just waiting to be explored.  Glad to see you exploring that realm.

Generators are currently only Firefox 2+, but they&#039;re also included in the upcoming ES4 (ECMAScript 4, aka JavaScript 2) spec.  I&#039;d expect to see them showing up in more browsers within the next year or two.</description>
		<content:encoded><![CDATA[<p>Terrific!  I&#8217;ve always thought there was a symmetry between generators and Erlang processes just waiting to be explored.  Glad to see you exploring that realm.</p>
<p>Generators are currently only Firefox 2+, but they&#8217;re also included in the upcoming ES4 (ECMAScript 4, aka JavaScript 2) spec.  I&#8217;d expect to see them showing up in more browsers within the next year or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orph</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26116</link>
		<dc:creator>orph</dc:creator>
		<pubDate>Fri, 21 Dec 2007 10:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26116</guid>
		<description>@Adrian: I believe only Firefox 2.0+ implements the newer JS 1.7+ generators feature, though I&#039;d love to be proven wrong.</description>
		<content:encoded><![CDATA[<p>@Adrian: I believe only Firefox 2.0+ implements the newer JS 1.7+ generators feature, though I&#8217;d love to be proven wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26114</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 21 Dec 2007 09:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26114</guid>
		<description>Nice. What mainstream browsers support javascript 1.7? 

Safari 3 doesn&#039;t seem to, but Firefox 2 does (and looks very nice).

Takes me back to the co-operative multitasking of Windows 3 :-)</description>
		<content:encoded><![CDATA[<p>Nice. What mainstream browsers support javascript 1.7? </p>
<p>Safari 3 doesn&#8217;t seem to, but Firefox 2 does (and looks very nice).</p>
<p>Takes me back to the co-operative multitasking of Windows 3 <img src='http://www.beatniksoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bacek</title>
		<link>http://www.beatniksoftware.com/blog/?p=80&#038;cpage=1#comment-26107</link>
		<dc:creator>Bacek</dc:creator>
		<pubDate>Fri, 21 Dec 2007 05:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.beatniksoftware.com/blog/?p=80#comment-26107</guid>
		<description>WOW!!!</description>
		<content:encoded><![CDATA[<p>WOW!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
