<?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: Currying in Perl</title>
	<atom:link href="http://greenokapi.net/blog/2009/05/04/currying-in-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/</link>
	<description>Perl, Haskell, stuff</description>
	<pubDate>Fri, 30 Jul 2010 17:28:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Is currying monadic? - Just another lambdabananacamel,</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1690</link>
		<dc:creator>Is currying monadic? - Just another lambdabananacamel,</dc:creator>
		<pubDate>Thu, 07 May 2009 12:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1690</guid>
		<description>[...] a question that came up while I've been trying to implement currying in Perl: is Currying monadic? I've tried a couple of times, but not managed to explain what I mean very [...]</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: Programmer</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1684</link>
		<dc:creator>Programmer</dc:creator>
		<pubDate>Tue, 05 May 2009 13:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1684</guid>
		<description>And Osfameron, it's syntactic sugar and I must admit I didn't know (1 - ) would work.  In either case it does end up working because of currying, but there is obviously more to it.</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: Programmer</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1682</link>
		<dc:creator>Programmer</dc:creator>
		<pubDate>Tue, 05 May 2009 13:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1682</guid>
		<description>Programming in other languages is good, and expected.  Programming in horribly designed languages that have no advantages over more modern languages is neither good nor expected.</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: Antti-Juhani Kaijanaho</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1681</link>
		<dc:creator>Antti-Juhani Kaijanaho</dc:creator>
		<pubDate>Mon, 04 May 2009 22:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1681</guid>
		<description>Planet Haskell is not about Haskell, it is about Haskell people and what they do, think and write.  Many of us do in fact – *gasp* – program in other languages as well, and so we also occasionally post about other languages.

There are no off topic posts.  There is only the question whether the blog belongs in Planet at all. Answering that question does lead us sometimes to only feeding a part of a blog to Planet), but I prefer to avoid that, since it tends to lead to too restrictive feeds (given that we want more than just the Haskell geeking).

(Speaking with my Planet Haskell admin hat on, but NOT for the whole Planet Haskell team.)</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: osfameron</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1680</link>
		<dc:creator>osfameron</dc:creator>
		<pubDate>Mon, 04 May 2009 21:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1680</guid>
		<description>Programmer:

1) Sections aren't *exactly* currying are they?  Consider (1-) versus (-1).  There's the implicit 'flip' depending on whether it's the Left or Right hand which is partially applied.

2) Many people in the Haskell community have been positive even about the FP-related Perl stuff I've posted, as many of the concepts and implementation details are of interest (even if these are baby steps compared to the headier delights to be found on Planet Haskell).  I'll have a word with the Planet people about restricting the feed to my posts tagged "FP" (but that would still have included this post, for example).</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: A hardcore Perl programmer</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1679</link>
		<dc:creator>A hardcore Perl programmer</dc:creator>
		<pubDate>Mon, 04 May 2009 20:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1679</guid>
		<description>Obsolete you say ... I say no .

"The wise man knows he doesn’t know. The fool doesn’t know he doesn’t know."
-(Lao Tzu)</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: dude</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1678</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Mon, 04 May 2009 17:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1678</guid>
		<description>Lol, previous poster seems to have accidentally listed his name as 'Programmer'</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: Programmer</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1677</link>
		<dc:creator>Programmer</dc:creator>
		<pubDate>Mon, 04 May 2009 12:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1677</guid>
		<description>1) "Sections are currying".  Putting an operator in parens makes that operator become prefix, so:  (+) 1 2  is the same as 1 + 2.  (+) 1   would be a partially applied function, i.e. curried.

2) What is the point of posting Perl stuff to planet Haskell?  Are you trying to advertise Perl to Haskell people?  Haskell people tend to want a strongly typed language and they probably want to work with something cutting edge.  Not dynamically typed and obsolete.</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rolsky</title>
		<link>http://greenokapi.net/blog/2009/05/04/currying-in-perl/#comment-1676</link>
		<dc:creator>Dave Rolsky</dc:creator>
		<pubDate>Mon, 04 May 2009 06:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=162#comment-1676</guid>
		<description>Actually, Moose could implement has() without the curring. It could just use caller() to figure out the package to which the attribute should be added.

I think the currying version is a little more elegant, though.</description>
		<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown modifier '|' in <b>/var/www/blog/wp-content/plugins/text-control/text-control/markdown.php</b> on line <b>766</b><br />

]]></content:encoded>
	</item>
</channel>
</rss>
