<?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"
	>
<channel>
	<title>Comments on: Playing on the CodeGolf Range</title>
	<atom:link href="http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/</link>
	<description>ruby, java and the rest</description>
	<pubDate>Fri, 21 Nov 2008 04:49:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4443</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Tue, 08 Aug 2006 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4443</guid>
		<description>Finally a working version from Daniel :-) Thanks again</description>
		<content:encoded><![CDATA[<p>Finally a working version from Daniel <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4436</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Tue, 08 Aug 2006 10:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4436</guid>
		<description>I edited your original comment, but it doesn't work on my machine. Could you mail me your code (to fs at this domain)?</description>
		<content:encoded><![CDATA[<p>I edited your original comment, but it doesn&#8217;t work on my machine. Could you mail me your code (to fs at this domain)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Martin</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4434</link>
		<dc:creator>Daniel Martin</dc:creator>
		<pubDate>Tue, 08 Aug 2006 10:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4434</guid>
		<description>Note that some of my code seems to have been eaten by the submission process - part of that hash literal should read:

{?&#60;,"$a-=1",?&#62;,"$a+=1",?+,"x 1",</description>
		<content:encoded><![CDATA[<p>Note that some of my code seems to have been eaten by the submission process - part of that hash literal should read:</p>
<p>{?&lt;,&#8221;$a-=1&#8243;,?&gt;,&#8221;$a+=1&#8243;,?+,&#8221;x 1&#8243;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4432</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Tue, 08 Aug 2006 08:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4432</guid>
		<description>Thanks for the comments. It's embarrassing that I have missed Carl's #3. Daniel thanks for the code - I didn't think of unpack.map.join to create my program, nice idea... Right now I'm at work but I can't wait to get home :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the comments. It&#8217;s embarrassing that I have missed Carl&#8217;s #3. Daniel thanks for the code - I didn&#8217;t think of unpack.map.join to create my program, nice idea&#8230; Right now I&#8217;m at work but I can&#8217;t wait to get home <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Martin</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4420</link>
		<dc:creator>Daniel Martin</dc:creator>
		<pubDate>Tue, 08 Aug 2006 02:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4420</guid>
		<description># 243 bytes, once extraneous newlines are removed (in the big hash literal, commas don't need to be followed by newlines)
&lt;pre&gt;def x i=0;$d[$a]=(($d[$a]&#124;&#124;0)+i)%256;end
$d=[]
$a=0
$c,$k=STDIN.read.split&apos;!&apos;
eval $c.unpack(&#34;C*&#34;).map{&#124;i&#124;{?&#60;,&#34;$a&#45;=1&#34;,?&#62;,&#34;$a+=1&#34;,?+,&#34;x 1&#34;,
?&#45;,&#34;x &#45;1&#34;,?[,&#34;while x&#62;0 do&#34;,?],&#34;end&#34;,?.,&#34;print x.chr&#34;,
?,,&#34;$d[$a]=$k.slice!(0) or exit&#34;}[i]&#124;&#124;&apos;&apos;}.join(&#34;
&#34;)&lt;/pre&gt;

As a plus, I think it's faster too.

&lt;i&gt;edited the code to work around wordpress&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p># 243 bytes, once extraneous newlines are removed (in the big hash literal, commas don&#8217;t need to be followed by newlines)</p>
<pre>def x i=0;$d[$a]=(($d[$a]||0)+i)%256;end
$d=[]
$a=0
$c,$k=STDIN.read.split&apos;!&apos;
eval $c.unpack(&quot;C*&quot;).map{|i|{?&lt;,&quot;$a&#45;=1&quot;,?&gt;,&quot;$a+=1&quot;,?+,&quot;x 1&quot;,
?&#45;,&quot;x &#45;1&quot;,?[,&quot;while x&gt;0 do&quot;,?],&quot;end&quot;,?.,&quot;print x.chr&quot;,
?,,&quot;$d[$a]=$k.slice!(0) or exit&quot;}[i]||&apos;&apos;}.join(&quot;
&quot;)</pre>
<p>As a plus, I think it&#8217;s faster too.</p>
<p><i>edited the code to work around wordpress</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carldr</title>
		<link>http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4409</link>
		<dc:creator>carldr</dc:creator>
		<pubDate>Mon, 07 Aug 2006 22:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/archives/2006/08/07/playing-on-the-codegolf-range/#comment-4409</guid>
		<description>Hi,

Thanks for the blog post, it was really interesting to read the process you've gone through to get the solution you have!  There are a few clues I'll give you :

1) You're on the right track with your last submission.
2) I know no special knowledge of the Brainfuck language.
3) You don't need any function calls.

I'm sure there are more I can give you, but that would ruin the surprise of finding them!  If you're on IRC, drop by #codegolf on irc.freenode.net - I'm usually round during the day UK time.  Or, if you're not, there will be forums on the Codegolf site within the week.  Either way, I'll try and give you some more hints without ruining the fun.  Glad you're enjoying the site.

Regards,
Carl.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the blog post, it was really interesting to read the process you&#8217;ve gone through to get the solution you have!  There are a few clues I&#8217;ll give you :</p>
<p>1) You&#8217;re on the right track with your last submission.<br />
2) I know no special knowledge of the Brainfuck language.<br />
3) You don&#8217;t need any function calls.</p>
<p>I&#8217;m sure there are more I can give you, but that would ruin the surprise of finding them!  If you&#8217;re on IRC, drop by #codegolf on irc.freenode.net - I&#8217;m usually round during the day UK time.  Or, if you&#8217;re not, there will be forums on the Codegolf site within the week.  Either way, I&#8217;ll try and give you some more hints without ruining the fun.  Glad you&#8217;re enjoying the site.</p>
<p>Regards,<br />
Carl.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
