<?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: Functional programming, APL and Unix pipes</title>
	<atom:link href="http://porg.es/blog/functional-programming-apl-and-unix-pipes/feed" rel="self" type="application/rss+xml" />
	<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 14:16:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Daniil</title>
		<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes/comment-page-1#comment-169617</link>
		<dc:creator>Daniil</dc:creator>
		<pubDate>Sat, 12 Jun 2010 13:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/functional-programming-apl-and-unix-pipes#comment-169617</guid>
		<description>Hey, nice post, but I would like to bring your attention to the fact that &quot;~&gt;&quot; is not really a pipe operator. You see, what you do is basically this:
file ~&gt; sort ~&gt; uniq -c ~&gt; sort -n
Which is not cool. If you want to be more pipish, you gotta do

(sort file) ~&gt; urniq -c ~&gt; sort -n, which is not really cool too.

Do you know, is there a way to make actual pipes in haskell?

PS: Sorry for my English, I am not a native speaker.</description>
		<content:encoded><![CDATA[<p>Hey, nice post, but I would like to bring your attention to the fact that &#8220;~&gt;&#8221; is not really a pipe operator. You see, what you do is basically this:<br />
file ~&gt; sort ~&gt; uniq -c ~&gt; sort -n<br />
Which is not cool. If you want to be more pipish, you gotta do</p>
<p>(sort file) ~&gt; urniq -c ~&gt; sort -n, which is not really cool too.</p>
<p>Do you know, is there a way to make actual pipes in haskell?</p>
<p>PS: Sorry for my English, I am not a native speaker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porges</title>
		<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes/comment-page-1#comment-10125</link>
		<dc:creator>Porges</dc:creator>
		<pubDate>Mon, 05 Mar 2007 02:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/functional-programming-apl-and-unix-pipes#comment-10125</guid>
		<description>Strangely enough, that was what I used when I first posted this. I edited it a little later to change &quot;&#124;&gt;&quot; to &quot;~&gt;&quot; because I thought it looked nicer :)</description>
		<content:encoded><![CDATA[<p>Strangely enough, that was what I used when I first posted this. I edited it a little later to change &#8220;|>&#8221; to &#8220;~>&#8221; because I thought it looked nicer <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: falcon</title>
		<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes/comment-page-1#comment-10103</link>
		<dc:creator>falcon</dc:creator>
		<pubDate>Sun, 04 Mar 2007 20:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/functional-programming-apl-and-unix-pipes#comment-10103</guid>
		<description>Check out F#&#039;s &#124;&gt; function :)</description>
		<content:encoded><![CDATA[<p>Check out F#&#8217;s |&gt; function <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porges</title>
		<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes/comment-page-1#comment-10063</link>
		<dc:creator>Porges</dc:creator>
		<pubDate>Sun, 04 Mar 2007 09:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/functional-programming-apl-and-unix-pipes#comment-10063</guid>
		<description>I was going to explore the monad -&gt; pipe relation in more detail myself but I had yet to get the connections straight in my head :) Thanks for the links!</description>
		<content:encoded><![CDATA[<p>I was going to explore the monad -> pipe relation in more detail myself but I had yet to get the connections straight in my head <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /> Thanks for the links!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwern</title>
		<link>http://porg.es/blog/functional-programming-apl-and-unix-pipes/comment-page-1#comment-10056</link>
		<dc:creator>Gwern</dc:creator>
		<pubDate>Sun, 04 Mar 2007 07:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://porg.es/blog/functional-programming-apl-and-unix-pipes#comment-10056</guid>
		<description>You&#039;re not the first to think these sort of things. You&#039;d probably find http://okmij.org/ftp/Computation/monadic-shell.html and http://software.complete.org/hsh to be of interest.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not the first to think these sort of things. You&#8217;d probably find <a href="http://okmij.org/ftp/Computation/monadic-shell.html">http://okmij.org/ftp/Computation/monadic-shell.html</a> and <a href="http://software.complete.org/hsh">http://software.complete.org/hsh</a> to be of interest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

