<?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: Perl, Powered By Haskell</title>
	<atom:link href="http://changelog.complete.org/archives/389-perl-powered-by-haskell/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/389-perl-powered-by-haskell</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:11:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Audrey T</title>
		<link>http://changelog.complete.org/archives/389-perl-powered-by-haskell/comment-page-1#comment-683</link>
		<dc:creator>Audrey T</dc:creator>
		<pubDate>Sun, 15 Jan 2006 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/389-perl-powered-by-haskell.html#comment-683</guid>
		<description>Actually, in the Alioth benchmark, Haskell is above C++ in CPU use, and above everything else in LOC and combined score: http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&amp;lang=all&amp;xfullcpu=1&amp;xmem=0&amp;xloc=0</description>
		<content:encoded><![CDATA[<p>Actually, in the Alioth benchmark, Haskell is above C++ in CPU use, and above everything else in LOC and combined score: <a href="http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&#038;lang=all&#038;xfullcpu=1&#038;xmem=0&#038;xloc=0" rel="nofollow">http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&#038;lang=all&#038;xfullcpu=1&#038;xmem=0&#038;xloc=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbo</title>
		<link>http://changelog.complete.org/archives/389-perl-powered-by-haskell/comment-page-1#comment-486</link>
		<dc:creator>Robbo</dc:creator>
		<pubDate>Tue, 20 Sep 2005 15:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/389-perl-powered-by-haskell.html#comment-486</guid>
		<description>Haskell faster than C++?? Does he mean in coding time? Because if he means execution time, everything else I&#039;ve read indicates Haskell is way down on the list of speed. OCaml is often compared favorably to C++ speed-wise.</description>
		<content:encoded><![CDATA[<p>Haskell faster than C++?? Does he mean in coding time? Because if he means execution time, everything else I&#8217;ve read indicates Haskell is way down on the list of speed. OCaml is often compared favorably to C++ speed-wise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/389-perl-powered-by-haskell/comment-page-1#comment-483</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Thu, 15 Sep 2005 14:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/389-perl-powered-by-haskell.html#comment-483</guid>
		<description>I also learned OCaml first.  It was a nice language, but some things bugged me: its weak I/O and the fact that its lists aren&#039;t lazy.  In my opinion, lists in OCaml should have operated like streams in OCaml do.

Then I discovered Haskell, where lists work just like I wanted them to.

I&#039;ve been very happy.

You are correct about the standard library size, but there has been quite a bit of work on that in Haskell in the past year or so.  Haskell takes a Perlish approach of having a smaller standard library, but many easy-to-install modules.  In the past year, we&#039;ve seen new modules for SSL, IPv6, LDAP, Python integration, libmagic, Perl regexps, FTP clients and servers, filesystem virtualization, FUSE (filesystems in userland), and a few more.  That in addition to the strong base (and the amazing Parsec parser combinator library).

So yes, we don&#039;t have quite all the frills of Python&#039;s library (IMAP library, for instance), but we do have quite a few things going.</description>
		<content:encoded><![CDATA[<p>I also learned OCaml first.  It was a nice language, but some things bugged me: its weak I/O and the fact that its lists aren&#8217;t lazy.  In my opinion, lists in OCaml should have operated like streams in OCaml do.</p>
<p>Then I discovered Haskell, where lists work just like I wanted them to.</p>
<p>I&#8217;ve been very happy.</p>
<p>You are correct about the standard library size, but there has been quite a bit of work on that in Haskell in the past year or so.  Haskell takes a Perlish approach of having a smaller standard library, but many easy-to-install modules.  In the past year, we&#8217;ve seen new modules for SSL, IPv6, LDAP, Python integration, libmagic, Perl regexps, FTP clients and servers, filesystem virtualization, FUSE (filesystems in userland), and a few more.  That in addition to the strong base (and the amazing Parsec parser combinator library).</p>
<p>So yes, we don&#8217;t have quite all the frills of Python&#8217;s library (IMAP library, for instance), but we do have quite a few things going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui</title>
		<link>http://changelog.complete.org/archives/389-perl-powered-by-haskell/comment-page-1#comment-482</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Thu, 15 Sep 2005 13:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/389-perl-powered-by-haskell.html#comment-482</guid>
		<description>I&#039;m inclined to learn Haskell as I already have learned Caml which is also a functional language. I can see that these languages have some advantages over, say java, the problem to their wider adoption I think is the lack of a big &quot;standard library&quot; like you get in java. I&#039;d really like to see them more used though...</description>
		<content:encoded><![CDATA[<p>I&#8217;m inclined to learn Haskell as I already have learned Caml which is also a functional language. I can see that these languages have some advantages over, say java, the problem to their wider adoption I think is the lack of a big &#8220;standard library&#8221; like you get in java. I&#8217;d really like to see them more used though&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

