<?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: De-chunkifying Sequences in Clojure</title>
	<atom:link href="http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/</link>
	<description>λ λ λ</description>
	<lastBuildDate>Sun, 29 Jan 2012 10:17:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fogus</title>
		<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/comment-page-1/#comment-21763</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Sat, 27 Nov 2010 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=2079#comment-21763</guid>
		<description>&lt;p&gt;Thank you for the reminder Colin Jones.  I used the &lt;code&gt;_&lt;/code&gt; char instead of &lt;code&gt;this&lt;/code&gt; since the implicit object argument is not directly used while the closed over &lt;code&gt;s&lt;/code&gt; is.  I should go back through my old posts and update them for Clojure 1.2+.&lt;/p&gt;

&lt;p&gt;:F&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for the reminder Colin Jones.  I used the <code>_</code> char instead of <code>this</code> since the implicit object argument is not directly used while the closed over <code>s</code> is.  I should go back through my old posts and update them for Clojure 1.2+.</p>

<p>:F</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Jones</title>
		<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/comment-page-1/#comment-21760</link>
		<dc:creator>Colin Jones</dc:creator>
		<pubDate>Sat, 27 Nov 2010 10:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=2079#comment-21760</guid>
		<description>&lt;p&gt;Looks like this needs a small tweak to work in Clojure 1.2,  adding a &lt;code&gt;this&lt;/code&gt; argument to each of the ISeq methods: https://gist.github.com/717761&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like this needs a small tweak to work in Clojure 1.2,  adding a <code>this</code> argument to each of the ISeq methods: <a href="https://gist.github.com/717761" rel="nofollow">https://gist.github.com/717761</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Curtin</title>
		<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/comment-page-1/#comment-13731</link>
		<dc:creator>Colin Curtin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=2079#comment-13731</guid>
		<description>&lt;p&gt;typo: in those cases in those cases&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>typo: in those cases in those cases</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ramakrishnan</title>
		<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/comment-page-1/#comment-13727</link>
		<dc:creator>Ramakrishnan</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=2079#comment-13727</guid>
		<description>&lt;p&gt;Thanks for clarifying chunked sequences. This is the clearest exposition of chunked sequences I have ever seen so far. yes, I have a MEAP copy of your book.&lt;/p&gt;

&lt;p&gt;Now, isn&#039;t chunking and dechunking, an implementation detail? Users expect some behavior from lazy behavior, chunking changes it and that is an implementation detail. Similarly with seq1 (dechunking). Why is that leaked into the outside view of the language?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for clarifying chunked sequences. This is the clearest exposition of chunked sequences I have ever seen so far. yes, I have a MEAP copy of your book.</p>

<p>Now, isn&#8217;t chunking and dechunking, an implementation detail? Users expect some behavior from lazy behavior, chunking changes it and that is an implementation detail. Similarly with seq1 (dechunking). Why is that leaked into the outside view of the language?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Hawkin</title>
		<link>http://blog.fogus.me/2010/01/22/de-chunkifying-sequences-in-clojure/comment-page-1/#comment-13726</link>
		<dc:creator>Simon Hawkin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=2079#comment-13726</guid>
		<description>&lt;p&gt;As someone else remarked in Hackers News, I too wish the default would be 1-at-a-time, and the chunk-at-a-time optimization would be an option. Would be more clear, more intuitive, and more consistent with the rest of Clojure spirit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As someone else remarked in Hackers News, I too wish the default would be 1-at-a-time, and the chunk-at-a-time optimization would be an option. Would be more clear, more intuitive, and more consistent with the rest of Clojure spirit.</p>]]></content:encoded>
	</item>
</channel>
</rss>

