<?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: abstract_fsm &#8211; finite state machines in C++</title>
	<atom:link href="http://blog.davber.com/2009/12/08/abstract_fsm-finite-state-machines-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davber.com/2009/12/08/abstract_fsm-finite-state-machines-in-c/</link>
	<description>Functional functional programming - Haskell, Ruby, Erlang, Scala...</description>
	<lastBuildDate>Mon, 04 Jan 2010 21:38:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chenry</title>
		<link>http://blog.davber.com/2009/12/08/abstract_fsm-finite-state-machines-in-c/comment-page-1/#comment-649</link>
		<dc:creator>chenry</dc:creator>
		<pubDate>Mon, 04 Jan 2010 21:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davber.com/?p=65#comment-649</guid>
		<description>I like the idea. Most of all I like the in-place action definition. If you do the same for guards, which should not be too complicated, you start having an interesting syntax. What I would like to see:
- guards
- allow truly terminal states

And I think you will then have what many users will ever need for basic machines.</description>
		<content:encoded><![CDATA[<p>I like the idea. Most of all I like the in-place action definition. If you do the same for guards, which should not be too complicated, you start having an interesting syntax. What I would like to see:<br />
- guards<br />
- allow truly terminal states</p>
<p>And I think you will then have what many users will ever need for basic machines.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
