<?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: Baysick: A Scala DSL Implementing BASIC</title>
	<atom:link href="http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/</link>
	<description>λ λ λ</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LaPingvino</title>
		<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/comment-page-1/#comment-13970</link>
		<dc:creator>LaPingvino</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1760#comment-13970</guid>
		<description>&lt;p&gt;Sorry for the very late answer to this post, but for googling on this items google.com/codesearch may come in handy ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry for the very late answer to this post, but for googling on this items google.com/codesearch may come in handy ;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fogus</title>
		<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/comment-page-1/#comment-7184</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Thu, 30 Apr 2009 12:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1760#comment-7184</guid>
		<description>&lt;p&gt;Szymon,&lt;/p&gt;

&lt;p&gt;Thank you for stopping by and commenting on the post.  I knew that  there was a way to enable &lt;code&gt;=&lt;/code&gt; but for the life of me I could not find it.  I blame the inherent difficultly in Googling for &lt;code&gt;=&lt;/code&gt;.  ;)  I&#039;m glad that you liked the code, and thanks again for providing the motivation.&lt;/p&gt;

&lt;p&gt;-m&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Szymon,</p>

<p>Thank you for stopping by and commenting on the post.  I knew that  there was a way to enable <code>=</code> but for the life of me I could not find it.  I blame the inherent difficultly in Googling for <code>=</code>.  ;)  I&#8217;m glad that you liked the code, and thanks again for providing the motivation.</p>

<p>-m</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Jachim</title>
		<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/comment-page-1/#comment-5947</link>
		<dc:creator>Szymon Jachim</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1760#comment-5947</guid>
		<description>&lt;p&gt;I forgot about the most important:
  I love what you did with the code! :-)
The only thing I would change is to allow
  40 LET &#039;fuel = 1000
instead of
  40 LET (&#039;fuel := 1000)
For this you could use update() method like this:
 object LET {
   def update(s: Symbol, v: Any) = lines(num) = Let(/&lt;em&gt;...&lt;/em&gt;/)
 }
In the similar manner one could implement single &quot;=&quot; sign after IF or FOR.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I forgot about the most important:
  I love what you did with the code! :-)
The only thing I would change is to allow
  40 LET &#8216;fuel = 1000
instead of
  40 LET (&#8216;fuel := 1000)
For this you could use update() method like this:
 object LET {
   def update(s: Symbol, v: Any) = lines(num) = Let(/<em>&#8230;</em>/)
 }
In the similar manner one could implement single &#8220;=&#8221; sign after IF or FOR.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Jachim</title>
		<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/comment-page-1/#comment-5944</link>
		<dc:creator>Szymon Jachim</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1760#comment-5944</guid>
		<description>&lt;p&gt;Yes... the title was a typical kind of &quot;README.!!!&quot;, but expressed how I felt after talking about DSL with some Java devs. 
It&#039;s not that they did&#039;t care... they didn&#039;t even know what a term DSL means.
What I saw in the eyes of my listeners was mostly a mix of boredom and misunderstanding... until I show arguably useless inline BASIC code.
Maybe I&#039;m just a bad speaker or I tried to fit too much into a 5 minute talk. ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes&#8230; the title was a typical kind of &#8220;README.!!!&#8221;, but expressed how I felt after talking about DSL with some Java devs. 
It&#8217;s not that they did&#8217;t care&#8230; they didn&#8217;t even know what a term DSL means.
What I saw in the eyes of my listeners was mostly a mix of boredom and misunderstanding&#8230; until I show arguably useless inline BASIC code.
Maybe I&#8217;m just a bad speaker or I tried to fit too much into a 5 minute talk. ;-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fogus</title>
		<link>http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/comment-page-1/#comment-4591</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1760#comment-4591</guid>
		<description>&lt;p&gt;Thanks for the pointer.  I will most certainly check it out.
-m&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer.  I will most certainly check it out.
-m</p>]]></content:encoded>
	</item>
</channel>
</rss>
