<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for NovaCode</title>
	<atom:link href="http://novacode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://novacode.wordpress.com</link>
	<description>Programming and hacking chronicles</description>
	<lastBuildDate>Mon, 17 Aug 2009 11:41:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mouser by Allanon</title>
		<link>http://novacode.wordpress.com/2009/07/30/mouser/#comment-645</link>
		<dc:creator>Allanon</dc:creator>
		<pubDate>Mon, 17 Aug 2009 11:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=95#comment-645</guid>
		<description>Great! Very best wishes for you project!!</description>
		<content:encoded><![CDATA[<p>Great! Very best wishes for you project!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouser by nikos</title>
		<link>http://novacode.wordpress.com/2009/07/30/mouser/#comment-644</link>
		<dc:creator>nikos</dc:creator>
		<pubDate>Sat, 08 Aug 2009 15:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=95#comment-644</guid>
		<description>Great stuff. Looking forward to the future of this project.

Good luck</description>
		<content:encoded><![CDATA[<p>Great stuff. Looking forward to the future of this project.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouser by davebraco</title>
		<link>http://novacode.wordpress.com/2009/07/30/mouser/#comment-643</link>
		<dc:creator>davebraco</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=95#comment-643</guid>
		<description>Good luck!</description>
		<content:encoded><![CDATA[<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouser by paolo besser</title>
		<link>http://novacode.wordpress.com/2009/07/30/mouser/#comment-642</link>
		<dc:creator>paolo besser</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=95#comment-642</guid>
		<description>well done! Good luck Paul, it won&#039;t be a easy task, but if you manage to complete it, we&#039;ll get a new language. The more, the better.</description>
		<content:encoded><![CDATA[<p>well done! Good luck Paul, it won&#8217;t be a easy task, but if you manage to complete it, we&#8217;ll get a new language. The more, the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Version of ECX by davebraco</title>
		<link>http://novacode.wordpress.com/2009/06/12/new-version-of-ecx/#comment-637</link>
		<dc:creator>davebraco</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=90#comment-637</guid>
		<description>ECX 2.1.1 is out.
Some bugs were fixed.</description>
		<content:encoded><![CDATA[<p>ECX 2.1.1 is out.<br />
Some bugs were fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DeafGrandma program in PortablE by Chris H</title>
		<link>http://novacode.wordpress.com/2009/05/29/deafgrandma-program-in-portable/#comment-616</link>
		<dc:creator>Chris H</dc:creator>
		<pubDate>Fri, 29 May 2009 14:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=62#comment-616</guid>
		<description>The following line:
   UNTIL StrCmp(say, &#039;BYE&#039;) = TRUE

Can actually be written as just this:
  UNTIL StrCmp(say, &#039;BYE&#039;)

It has the same meaning, since UNTIL stops looping when it has a non-zero value, and TRUE is a non-zero value.  However, as this may be a bit more cryptic, the original line is probably best for beginners.</description>
		<content:encoded><![CDATA[<p>The following line:<br />
   UNTIL StrCmp(say, &#8216;BYE&#8217;) = TRUE</p>
<p>Can actually be written as just this:<br />
  UNTIL StrCmp(say, &#8216;BYE&#8217;)</p>
<p>It has the same meaning, since UNTIL stops looping when it has a non-zero value, and TRUE is a non-zero value.  However, as this may be a bit more cryptic, the original line is probably best for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open File and Read by novacode</title>
		<link>http://novacode.wordpress.com/2008/04/02/open-file-and-read/#comment-454</link>
		<dc:creator>novacode</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=27#comment-454</guid>
		<description>Wonderful comments about Wordpress, that is good advice. I&#039;ll give that a shot.

@Ralph:
The SVG Parser is basically Zach&#039;s idea. He wanted to pull the data path out of SVG&#039;s so he can use it in Vecto, found here:
&lt;a href=&quot;http://www.xach.com/lisp/vecto/&quot; rel=&quot;nofollow&quot;&gt;http://www.xach.com/lisp/vecto/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wonderful comments about WordPress, that is good advice. I&#8217;ll give that a shot.</p>
<p>@Ralph:<br />
The SVG Parser is basically Zach&#8217;s idea. He wanted to pull the data path out of SVG&#8217;s so he can use it in Vecto, found here:<br />
<a href="http://www.xach.com/lisp/vecto/" rel="nofollow">http://www.xach.com/lisp/vecto/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open File and Read by Ralph Allan Rice</title>
		<link>http://novacode.wordpress.com/2008/04/02/open-file-and-read/#comment-453</link>
		<dc:creator>Ralph Allan Rice</dc:creator>
		<pubDate>Thu, 03 Apr 2008 04:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=27#comment-453</guid>
		<description>May I ask what exactly does the SVG parser do? Is the goal to be able to edit SVG or to render SVG?

As a side note, Wordpress allow you to use &lt;code&gt; tags for source code. The code renders in a monospace typeface and is formatted. Tab characters can be an issue, but nothing&#039;s perfect.</description>
		<content:encoded><![CDATA[<p>May I ask what exactly does the SVG parser do? Is the goal to be able to edit SVG or to render SVG?</p>
<p>As a side note, WordPress allow you to use <code> tags for source code. The code renders in a monospace typeface and is formatted. Tab characters can be an issue, but nothing's perfect.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open File and Read by Grant Rettke</title>
		<link>http://novacode.wordpress.com/2008/04/02/open-file-and-read/#comment-452</link>
		<dc:creator>Grant Rettke</dc:creator>
		<pubDate>Thu, 03 Apr 2008 02:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=27#comment-452</guid>
		<description>Wordpress is really nice. You could always find a plugin that would format your code nicely. You could also just format your code in HTML.

For Scheme I use http://scheme.dk/paste/, and, as prescribed, paste in the resulting HTML. It works really well.</description>
		<content:encoded><![CDATA[<p>WordPress is really nice. You could always find a plugin that would format your code nicely. You could also just format your code in HTML.</p>
<p>For Scheme I use <a href="http://scheme.dk/paste/" rel="nofollow">http://scheme.dk/paste/</a>, and, as prescribed, paste in the resulting HTML. It works really well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open File and Read by novacode</title>
		<link>http://novacode.wordpress.com/2008/04/02/open-file-and-read/#comment-445</link>
		<dc:creator>novacode</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://novacode.wordpress.com/?p=27#comment-445</guid>
		<description>Thanks for the comments Zach, will do.

Thanks for the tip on CXML, I just Googled it and found the site. Closure XML Parser. I&#039;ll check it out.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Zach, will do.</p>
<p>Thanks for the tip on CXML, I just Googled it and found the site. Closure XML Parser. I&#8217;ll check it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
