<?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: 8-Year-Olds Should *Read* My Code</title>
	<atom:link href="http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/</link>
	<description>a disgruntled developer taking a stand in the information multiverse</description>
	<pubDate>Fri, 30 Jul 2010 02:22:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rebol Tutorial - Protect Access to your Rebol Script with PHP (kind of Easy Distributed Web Service)</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-989</link>
		<dc:creator>Rebol Tutorial - Protect Access to your Rebol Script with PHP (kind of Easy Distributed Web Service)</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-989</guid>
		<description>[...] instead of quotes so that you can avoid ugly escape characters. Also, as Hostilefork puts it the &#8220;benefit of using an asymmetric symbol is that REBOL can handle embedded braces as long as the.... It&#8217;s also more readible when you have to handle &#8220;&#8216;&#8221;, you can write [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] instead of quotes so that you can avoid ugly escape characters. Also, as Hostilefork puts it the &#8220;benefit of using an asymmetric symbol is that REBOL can handle embedded braces as long as the&#8230;. It&#8217;s also more readible when you have to handle &#8220;&#8216;&#8221;, you can write [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leaf</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-942</link>
		<dc:creator>Leaf</dc:creator>
		<pubDate>Fri, 03 Jul 2009 22:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-942</guid>
		<description>[Note: I switch between three of my email IDs of mine randomly when posting comments, so I'm not sure if it's the same ID as last time...]

I dunno; they did seem to make it "less revolutionary" but then they added user-datatypes(?) so I'm still looking forward for R3 ^_^</description>
		<content:encoded><![CDATA[<p>[Note: I switch between three of my email IDs of mine randomly when posting comments, so I&#8217;m not sure if it&#8217;s the same ID as last time&#8230;]</p>
<p>I dunno; they did seem to make it &#8220;less revolutionary&#8221; but then they added user-datatypes(?) so I&#8217;m still looking forward for R3 ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostile Fork</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-939</link>
		<dc:creator>Hostile Fork</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-939</guid>
		<description>Thanks Leaf!

REBOL indeed does some things simply.  Though in examining the R3 development I think it's more "set in its ways" and favoring compatibility with R2 over really busting up the barriers to understanding of source.  They also are quite concerned about performance, even though I don't know anyone called R2 slow.  :)

Still, it's good to look at for ideas...</description>
		<content:encoded><![CDATA[<p>Thanks Leaf!</p>
<p>REBOL indeed does some things simply.  Though in examining the R3 development I think it&#8217;s more &#8220;set in its ways&#8221; and favoring compatibility with R2 over really busting up the barriers to understanding of source.  They also are quite concerned about performance, even though I don&#8217;t know anyone called R2 slow.  <img src='http://hostilefork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Still, it&#8217;s good to look at for ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leaf</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-938</link>
		<dc:creator>Leaf</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-938</guid>
		<description>Hi, I like your articles on REBOL; they give an insight into the area of coding that I want to read more about. It's probably the only language to have so much stress on simplicity on design than performance.. I also agree with Carl and you that complexity of a system should be kept minimal; increased complexity tends to brings down the predictable nature of any machine..</description>
		<content:encoded><![CDATA[<p>Hi, I like your articles on REBOL; they give an insight into the area of coding that I want to read more about. It&#8217;s probably the only language to have so much stress on simplicity on design than performance.. I also agree with Carl and you that complexity of a system should be kept minimal; increased complexity tends to brings down the predictable nature of any machine..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostile Fork</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-928</link>
		<dc:creator>Hostile Fork</dc:creator>
		<pubDate>Mon, 22 Jun 2009 18:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-928</guid>
		<description>Hello Reboltutorial, thanks for visiting!

IMO, the appearance of two different types of string quoting in &lt;i&gt;most&lt;/i&gt; languages is more frustrating than helpful.  If something contains double quotes, then it is just about as likely to contain single quotes!  I find myself just trying to standardize on a single kind because the inconsistency bothers me...

But REBOL's two kinds really do seem to offer an advantage.  That's because English so rarely uses braces.  So a sentence like {"I'll be back," said The Terminator.} can be handled easily.  Then there is code, where braces mostly occur in pairs!

You may have noticed there are a couple other REBOL-oriented articles on the site: ( &lt;a href="http://hostilefork.com/tag/rebol/" rel="nofollow"&gt;http://hostilefork.com/tag/rebol&lt;/a&gt; )...perhaps they would be of interest to you or your readers.</description>
		<content:encoded><![CDATA[<p>Hello Reboltutorial, thanks for visiting!</p>
<p>IMO, the appearance of two different types of string quoting in <i>most</i> languages is more frustrating than helpful.  If something contains double quotes, then it is just about as likely to contain single quotes!  I find myself just trying to standardize on a single kind because the inconsistency bothers me&#8230;</p>
<p>But REBOL&#8217;s two kinds really do seem to offer an advantage.  That&#8217;s because English so rarely uses braces.  So a sentence like {&#8221;I&#8217;ll be back,&#8221; said The Terminator.} can be handled easily.  Then there is code, where braces mostly occur in pairs!</p>
<p>You may have noticed there are a couple other REBOL-oriented articles on the site: ( <a href="http://hostilefork.com/tag/rebol/" rel="nofollow" class="liinternal">http://hostilefork.com/tag/rebol</a> )&#8230;perhaps they would be of interest to you or your readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reboltutorial</title>
		<link>http://hostilefork.com/2009/06/16/eight-year-olds-should-read-code/#comment-926</link>
		<dc:creator>reboltutorial</dc:creator>
		<pubDate>Sun, 21 Jun 2009 08:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=117#comment-926</guid>
		<description>Very thoughtfull article, not sure to understand the whole C++ stuff but I remember something we demonstrate at school 1=0.99999 ... in theory :)

I also love your remark about Rebol braces, I never thought about it consciously but I feel I have always liked Rebol because of Rebol capability to "handle embedded braces as long as they match up". This will probably inspire an article in the future where I will refer to yours.</description>
		<content:encoded><![CDATA[<p>Very thoughtfull article, not sure to understand the whole C++ stuff but I remember something we demonstrate at school 1=0.99999 &#8230; in theory <img src='http://hostilefork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also love your remark about Rebol braces, I never thought about it consciously but I feel I have always liked Rebol because of Rebol capability to &#8220;handle embedded braces as long as they match up&#8221;. This will probably inspire an article in the future where I will refer to yours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
