<?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 for Irreal</title>
	<atom:link href="http://irreal.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://irreal.org/blog</link>
	<description>The minds had long ago come up with a proper name for it; they called it the Irreal, but they thought of it as Infinite Fun. That was what they really knew it as. The Land of Infinite Fun. --Iain M. Banks, Excession</description>
	<lastBuildDate>Fri, 18 May 2012 09:08:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Sending Mail Semi-Programmatically In Emacs by Peter Reavy</title>
		<link>http://irreal.org/blog/?p=736#comment-11304</link>
		<dc:creator>Peter Reavy</dc:creator>
		<pubDate>Fri, 18 May 2012 09:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=736#comment-11304</guid>
		<description>That&#039;s great fun. Desperately trying to think of a use for it now. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s great fun. Desperately trying to think of a use for it now. <img src='http://irreal.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheme and Common Lisp by Christian Kellermann</title>
		<link>http://irreal.org/blog/?p=813#comment-10534</link>
		<dc:creator>Christian Kellermann</dc:creator>
		<pubDate>Tue, 08 May 2012 12:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=813#comment-10534</guid>
		<description>The new scheme report R7RS will specify a module system that will help building portable modules at last.</description>
		<content:encoded><![CDATA[<p>The new scheme report R7RS will specify a module system that will help building portable modules at last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheme and Common Lisp by Kevin Fletcher</title>
		<link>http://irreal.org/blog/?p=813#comment-10515</link>
		<dc:creator>Kevin Fletcher</dc:creator>
		<pubDate>Tue, 08 May 2012 06:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=813#comment-10515</guid>
		<description>Over the past 2 years I have been getting into scheme. I mainly use GNU Guile on GNU/Linux (debian). The most confusing part of scheme was different implementations having different module systems! This totally removes any portability between systems (as you state when moving from Dr Racket to Guile).</description>
		<content:encoded><![CDATA[<p>Over the past 2 years I have been getting into scheme. I mainly use GNU Guile on GNU/Linux (debian). The most confusing part of scheme was different implementations having different module systems! This totally removes any portability between systems (as you state when moving from Dr Racket to Guile).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheme and Common Lisp by Andrew Pennebaker</title>
		<link>http://irreal.org/blog/?p=813#comment-10508</link>
		<dc:creator>Andrew Pennebaker</dc:creator>
		<pubDate>Tue, 08 May 2012 05:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=813#comment-10508</guid>
		<description>Just try doing shebang lines. There are several POSIX things the CL standard never addressed:

http://rosettacode.org/wiki/Scripted_Main#Common_Lisp

Scheme may not always carry across, but the SRFI library calls do. Have you tried Chicken Scheme? It&#039;s as practical as Python, but more lambda-y.

http://call-cc.org/</description>
		<content:encoded><![CDATA[<p>Just try doing shebang lines. There are several POSIX things the CL standard never addressed:</p>
<p><a href="http://rosettacode.org/wiki/Scripted_Main#Common_Lisp" rel="nofollow">http://rosettacode.org/wiki/Scripted_Main#Common_Lisp</a></p>
<p>Scheme may not always carry across, but the SRFI library calls do. Have you tried Chicken Scheme? It&#8217;s as practical as Python, but more lambda-y.</p>
<p><a href="http://call-cc.org/" rel="nofollow">http://call-cc.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheme and Common Lisp by Stelian Ionesci</title>
		<link>http://irreal.org/blog/?p=813#comment-10497</link>
		<dc:creator>Stelian Ionesci</dc:creator>
		<pubDate>Mon, 07 May 2012 23:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=813#comment-10497</guid>
		<description>What do you use CL for, work or hobby ?</description>
		<content:encoded><![CDATA[<p>What do you use CL for, work or hobby ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Note On ace-jump-mode by Iceman</title>
		<link>http://irreal.org/blog/?p=760#comment-10429</link>
		<dc:creator>Iceman</dc:creator>
		<pubDate>Sun, 06 May 2012 16:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=760#comment-10429</guid>
		<description>when first i use ace-jump-mode i find it very similar to vim&#039;s keys(f and t),then i didn&#039;t want to use the mode,i think it is not emacs&#039;s philosophy but vi&#039;s.But ace-jump-mode is really fast,but a emacs starter shouldn&#039;t use it until he knows the basic movement command.</description>
		<content:encoded><![CDATA[<p>when first i use ace-jump-mode i find it very similar to vim&#8217;s keys(f and t),then i didn&#8217;t want to use the mode,i think it is not emacs&#8217;s philosophy but vi&#8217;s.But ace-jump-mode is really fast,but a emacs starter shouldn&#8217;t use it until he knows the basic movement command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solution to the Two Challenges by jcs</title>
		<link>http://irreal.org/blog/?p=810#comment-10321</link>
		<dc:creator>jcs</dc:creator>
		<pubDate>Fri, 04 May 2012 23:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=810#comment-10321</guid>
		<description>A nice optimization.</description>
		<content:encoded><![CDATA[<p>A nice optimization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solution to the Two Challenges by Jorge</title>
		<link>http://irreal.org/blog/?p=810#comment-10320</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 04 May 2012 23:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=810#comment-10320</guid>
		<description>I was about to post my solution when I saw that you just posted yours. I use exactly the same formulas, but computed the differences at each step, this allows for bigger numbers without overflowing.

It also is pure elisp. It uses recursion, so I don&#039;t know if it still O(n), the FOR equivalent would be, but recursion feels more &quot;lisp&quot;. In case someone is interested:
http://pastebin.com/pe21gT80</description>
		<content:encoded><![CDATA[<p>I was about to post my solution when I saw that you just posted yours. I use exactly the same formulas, but computed the differences at each step, this allows for bigger numbers without overflowing.</p>
<p>It also is pure elisp. It uses recursion, so I don&#8217;t know if it still O(n), the FOR equivalent would be, but recursion feels more &#8220;lisp&#8221;. In case someone is interested:<br />
<a href="http://pastebin.com/pe21gT80" rel="nofollow">http://pastebin.com/pe21gT80</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two Elisp Challenges by skeeto</title>
		<link>http://irreal.org/blog/?p=808#comment-10243</link>
		<dc:creator>skeeto</dc:creator>
		<pubDate>Fri, 04 May 2012 00:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=808#comment-10243</guid>
		<description>That solution requires the whole list exist at once in memory, so it&#039;s not constant space anymore.</description>
		<content:encoded><![CDATA[<p>That solution requires the whole list exist at once in memory, so it&#8217;s not constant space anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two Elisp Challenges by Aaron Hawley</title>
		<link>http://irreal.org/blog/?p=808#comment-10239</link>
		<dc:creator>Aaron Hawley</dc:creator>
		<pubDate>Thu, 03 May 2012 22:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://irreal.org/blog/?p=808#comment-10239</guid>
		<description>Commenting is broken.

I had used both a greater than and a less than symbol but now the text between the two is deleted, even though I used a &lt;code&gt;code&lt;/code&gt; tag.  I&#039;ll leave the missing code as an exercise for the reader.</description>
		<content:encoded><![CDATA[<p>Commenting is broken.</p>
<p>I had used both a greater than and a less than symbol but now the text between the two is deleted, even though I used a <code>code</code> tag.  I&#8217;ll leave the missing code as an exercise for the reader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

