<?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 on: Porting Haskell&#8217;s Parsec</title>
	<atom:link href="http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/</link>
	<description>colorful back and forth from two highly opinionated programmers</description>
	<lastBuildDate>Fri, 17 May 2013 10:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: panad</title>
		<link>http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/#comment-678</link>
		<dc:creator><![CDATA[panad]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 21:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1077#comment-678</guid>
		<description><![CDATA[Parse-EZ provides similar (and more) functionality and is a straight forward implementation (no monads, etc.), but is not functionally &quot;pure&quot;. https://github.com/protoflex/parse-ez/blob/master/README.md]]></description>
		<content:encoded><![CDATA[<p>Parse-EZ provides similar (and more) functionality and is a straight forward implementation (no monads, etc.), but is not functionally &#8220;pure&#8221;. <a href="https://github.com/protoflex/parse-ez/blob/master/README.md" rel="nofollow">https://github.com/protoflex/parse-ez/blob/master/README.md</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youngnh</title>
		<link>http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/#comment-673</link>
		<dc:creator><![CDATA[youngnh]]></dc:creator>
		<pubDate>Fri, 18 May 2012 15:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1077#comment-673</guid>
		<description><![CDATA[My implementation does currently leak &lt;em&gt;stack&lt;/em&gt;, I&#039;ll grant you that. Pile enough combinators together and eventually you&#039;ll get a &lt;code&gt;StackOverflowException&lt;/code&gt;. &lt;a href=&quot;https://github.com/youngnh/parsatron/pull/7&quot; rel=&quot;nofollow&quot;&gt;Others&lt;/a&gt; have noticed that and there is working ongoing to fix the situation, but were you referring to leaking memory by using continuations?]]></description>
		<content:encoded><![CDATA[<p>My implementation does currently leak <em>stack</em>, I&#8217;ll grant you that. Pile enough combinators together and eventually you&#8217;ll get a <code>StackOverflowException</code>. <a href="https://github.com/youngnh/parsatron/pull/7" rel="nofollow">Others</a> have noticed that and there is working ongoing to fix the situation, but were you referring to leaking memory by using continuations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Obua</title>
		<link>http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/#comment-672</link>
		<dc:creator><![CDATA[Steven Obua]]></dc:creator>
		<pubDate>Fri, 18 May 2012 04:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1077#comment-672</guid>
		<description><![CDATA[It seem to me that by introducing continuations you reintroduce the space leaks that the original Parsec implementation tries to avoid so hard.]]></description>
		<content:encoded><![CDATA[<p>It seem to me that by introducing continuations you reintroduce the space leaks that the original Parsec implementation tries to avoid so hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-11-21 &#171; Blarney Fellow</title>
		<link>http://twoguysarguing.wordpress.com/2010/11/11/porting-haskells-parsec/#comment-367</link>
		<dc:creator><![CDATA[links for 2010-11-21 &#171; Blarney Fellow]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 00:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1077#comment-367</guid>
		<description><![CDATA[[...] Porting Haskell’s Parsec « Two Guys Arguing (tags: clojure parsing haskell continuations) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Porting Haskell’s Parsec « Two Guys Arguing (tags: clojure parsing haskell continuations) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
