<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Implementing a Finite State Machine with a Ruby Domain Specific Language</title>
	<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/</link>
	<description>Game programming, music and life</description>
	<pubDate>Tue, 06 Jan 2009 07:38:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: v01d</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1143</link>
		<author>v01d</author>
		<pubDate>Thu, 17 Jan 2008 17:55:12 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1143</guid>
					<description>&lt;p&gt;Hi, I thought of doing a 'fsm' module for Ruby, based on your idea to design it as a DSL. Just letting you know, since I don't want to think I ripped your idea if you see the code on rubyforge or something. 
I had a non-DSL version at http://trac.v01d.com.ar/fsm . I'll upload the DSL version there, if you're interested.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I thought of doing a &#8216;fsm&#8217; module for Ruby, based on your idea to design it as a DSL. Just letting you know, since I don&#8217;t want to think I ripped your idea if you see the code on rubyforge or something. 
I had a non-DSL version at http://trac.v01d.com.ar/fsm . I&#8217;ll upload the DSL version there, if you&#8217;re interested.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: proj</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1144</link>
		<author>proj</author>
		<pubDate>Thu, 17 Jan 2008 18:31:54 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1144</guid>
					<description>&lt;p&gt;That's great! I would love to see what you come up with. I had a lot of ideas on how I could enhance the features of the FSM within the DSL framework I initially provided. If you're interested in hosting it on rubyforge and would like to have an extra contributor let me know.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! I would love to see what you come up with. I had a lot of ideas on how I could enhance the features of the FSM within the DSL framework I initially provided. If you&#8217;re interested in hosting it on rubyforge and would like to have an extra contributor let me know.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: v01d</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1145</link>
		<author>v01d</author>
		<pubDate>Thu, 17 Jan 2008 19:07:42 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1145</guid>
					<description>&lt;p&gt;Hi again, I just uploaded this version to svn, and updated the wiki at http://trac.v01d.com.ar&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi again, I just uploaded this version to svn, and updated the wiki at http://trac.v01d.com.ar</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: proj</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1146</link>
		<author>proj</author>
		<pubDate>Thu, 17 Jan 2008 20:21:11 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1146</guid>
					<description>&lt;p&gt;I'm getting:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Forbidden
  You don't have permission to access / on this server.
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting:</p>

<pre><pre><code>Forbidden
  You don't have permission to access / on this server.
</code></pre></pre>
]]></content:encoded>
				</item>
	<item>
		<title>By: v01d</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1147</link>
		<author>v01d</author>
		<pubDate>Thu, 17 Jan 2008 22:49:31 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1147</guid>
					<description>&lt;p&gt;Sorry, I just fixed it. The direct URL for the project is http://trac.v01d.com.ar/fsm (/ lists all my trac projects).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, I just fixed it. The direct URL for the project is http://trac.v01d.com.ar/fsm (/ lists all my trac projects).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: proj</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1148</link>
		<author>proj</author>
		<pubDate>Fri, 18 Jan 2008 02:30:45 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1148</guid>
					<description>&lt;p&gt;I think I might need anonymous read access. I tried:&lt;/p&gt;

&lt;p&gt;svn list http://svn.v01d.com.ar/fsm/trunk&lt;/p&gt;

&lt;p&gt;It asks me for my credentials.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I might need anonymous read access. I tried:</p>

<p>svn list http://svn.v01d.com.ar/fsm/trunk</p>

<p>It asks me for my credentials.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: v01d</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1153</link>
		<author>v01d</author>
		<pubDate>Fri, 18 Jan 2008 20:01:14 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1153</guid>
					<description>&lt;p&gt;Anonymous access is enabled, try leaving user and password blank, if it asks. In any case, you should be able to browse the sources using the "Browse Source" on http://trac.v01d.com.ar/fsm. Also, at the bottom of that page, there's a tgz file of the last version.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Anonymous access is enabled, try leaving user and password blank, if it asks. In any case, you should be able to browse the sources using the &#8220;Browse Source&#8221; on http://trac.v01d.com.ar/fsm. Also, at the bottom of that page, there&#8217;s a tgz file of the last version.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: v01d</title>
		<link>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1154</link>
		<author>v01d</author>
		<pubDate>Fri, 18 Jan 2008 20:02:14 +0000</pubDate>
		<guid>http://jrepp.com/2007/08/14/implementing-a-finite-state-machine-with-a-ruby-domain-specific-language/#comment-1154</guid>
					<description>&lt;p&gt;OH, didn't notice you were using http, the svn address is svn://. But, as I said, it is not necessary to access using the svn command if you just want to look at the code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OH, didn&#8217;t notice you were using http, the svn address is svn://. But, as I said, it is not necessary to access using the svn command if you just want to look at the code.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.323 seconds -->
