<?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: Fascinating concurrency</title>
	<atom:link href="http://jeelabs.org/2010/02/04/fascinating-concurrency/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/</link>
	<description>Computing stuff tied to the physical world</description>
	<lastBuildDate>Tue, 22 May 2012 18:27:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Matt Jadud</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1093</link>
		<dc:creator>Matt Jadud</dc:creator>
		<pubDate>Sun, 14 Feb 2010 02:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1093</guid>
		<description>&lt;p&gt;No good reasons to change. The occam compiler prevents race hazards, and our runtime detects deadlock.&lt;/p&gt;

&lt;p&gt;But I&#039;m not interested in sales; our premise is that it&#039;s better to write concurrent code in a language that lets you express it directly, instead of having to translate fundamentally parallel notions into sequential code yourself. That, and we&#039;re interested in teaching how to directly express parallel ideas in code, not how to &lt;em&gt;implement&lt;/em&gt; these things in a sequential language. Hence, our tools have a specific purpose.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No good reasons to change. The occam compiler prevents race hazards, and our runtime detects deadlock.</p>

<p>But I&#8217;m not interested in sales; our premise is that it&#8217;s better to write concurrent code in a language that lets you express it directly, instead of having to translate fundamentally parallel notions into sequential code yourself. That, and we&#8217;re interested in teaching how to directly express parallel ideas in code, not how to <em>implement</em> these things in a sequential language. Hence, our tools have a specific purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Ferreira</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1045</link>
		<dc:creator>Pedro Ferreira</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1045</guid>
		<description>&lt;p&gt;In the WinAVR web site you can find some info on the possible OS&#039;s.
http://winavr.sourceforge.net/WinAVR-user-manual.html
Look for the point 5.1 Operating Systems.
Look out for the Elektor of February 2010 (at least the French edition) in page 14 you have a nice article on Femto OS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In the WinAVR web site you can find some info on the possible OS&#8217;s.
<a href="http://winavr.sourceforge.net/WinAVR-user-manual.html" rel="nofollow">http://winavr.sourceforge.net/WinAVR-user-manual.html</a>
Look for the point 5.1 Operating Systems.
Look out for the Elektor of February 2010 (at least the French edition) in page 14 you have a nice article on Femto OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AO</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1044</link>
		<dc:creator>AO</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1044</guid>
		<description>&lt;p&gt;Very interesting, thanks for the heads up!  Will check out Femto as well -- any other multi-tasking tools ofr AVR?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very interesting, thanks for the heads up!  Will check out Femto as well &#8212; any other multi-tasking tools ofr AVR?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Ferreira</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1037</link>
		<dc:creator>Pedro Ferreira</dc:creator>
		<pubDate>Sun, 07 Feb 2010 13:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1037</guid>
		<description>&lt;p&gt;humm... nice, this new language. But if I need multi-tasking on my AVR I&#039;ll stick to something like Femto OS. It already does it, it has been around for a while (reliable) and it is small.
http://www.femtoos.org/
Unless someone gives me a good reason to change ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>humm&#8230; nice, this new language. But if I need multi-tasking on my AVR I&#8217;ll stick to something like Femto OS. It already does it, it has been around for a while (reliable) and it is small.
<a href="http://www.femtoos.org/" rel="nofollow">http://www.femtoos.org/</a>
Unless someone gives me a good reason to change ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Kupries</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1031</link>
		<dc:creator>Andreas Kupries</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1031</guid>
		<description>&lt;p&gt;@Matt
I&#039;m glad.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Matt
I&#8217;m glad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Jadud</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1029</link>
		<dc:creator>Matt Jadud</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1029</guid>
		<description>&lt;p&gt;@Andreas: Thank you, but I assure you, I&#039;m enjoying the conversation on this thread.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Andreas: Thank you, but I assure you, I&#8217;m enjoying the conversation on this thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Kupries</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1028</link>
		<dc:creator>Andreas Kupries</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1028</guid>
		<description>&lt;p&gt;Another multi-core chip I came across recently is the GA-nnn series (n in 4, 32, 40, 144 cpus), see http://greenarrays.com/, or http://greenarrays.com/home/products/index.html .&lt;/p&gt;

&lt;p&gt;That is for the Forth people, Chuck Moore is involved, IIRC he designed the core cpu (c18), and the whole cpu array on top.&lt;/p&gt;

&lt;p&gt;No actual hardware ships yet. Software (arrayForth, simulators, ...) is available.&lt;/p&gt;

&lt;p&gt;Even less for beginners than XCore, I suspect.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another multi-core chip I came across recently is the GA-nnn series (n in 4, 32, 40, 144 cpus), see <a href="http://greenarrays.com/" rel="nofollow">http://greenarrays.com/</a>, or <a href="http://greenarrays.com/home/products/index.html" rel="nofollow">http://greenarrays.com/home/products/index.html</a> .</p>

<p>That is for the Forth people, Chuck Moore is involved, IIRC he designed the core cpu (c18), and the whole cpu array on top.</p>

<p>No actual hardware ships yet. Software (arrayForth, simulators, &#8230;) is available.</p>

<p>Even less for beginners than XCore, I suspect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Kupries</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1027</link>
		<dc:creator>Andreas Kupries</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1027</guid>
		<description>&lt;p&gt;@Matt Jadud:
If my post gave the expression of dissing your project you have my apologies. That was certainly not my intention. By adding the background info I attempted to give something a bit more to the audience &lt;em&gt;here&lt;/em&gt;, which I believe/suspect is more technical, and less beginner as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Matt Jadud:
If my post gave the expression of dissing your project you have my apologies. That was certainly not my intention. By adding the background info I attempted to give something a bit more to the audience <em>here</em>, which I believe/suspect is more technical, and less beginner as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcw</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1024</link>
		<dc:creator>jcw</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1024</guid>
		<description>&lt;p&gt;Sorry, I don&#039;t tweet (anymore) - like this guy http://www.youtube.com/watch?v=QuVtO6otu_U ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t tweet (anymore) &#8211; like this guy <a href="http://www.youtube.com/watch?v=QuVtO6otu_U" rel="nofollow">http://www.youtube.com/watch?v=QuVtO6otu_U</a> ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://jeelabs.org/2010/02/04/fascinating-concurrency/#comment-1021</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://news.jeelabs.org/?p=5469#comment-1021</guid>
		<description>&lt;p&gt;There is a few people asking about you on twitter Jean-Claude. There is a JCW there but we don&#039;t thinks its you, you should at least register jeelabs. Let us know if you do and I&#039;ll pass it on.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a few people asking about you on twitter Jean-Claude. There is a JCW there but we don&#8217;t thinks its you, you should at least register jeelabs. Let us know if you do and I&#8217;ll pass it on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.293 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-22 22:19:07 -->

