<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:Arial;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.Typed
        {font-family:"Courier New";}
span.tty
        {font-family:"Courier New";}
span.Name
        {font-style:italic;}
span.Variable
        {font-family:"Times New Roman";
        font-style:italic;}
span.EmailStyle21
        {font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>I find myself writing real-time (“soft”
real-time) communications and data manipulation code a fair bit, and before I
discovered Erlang, I had written a whole set of concurrency and scheduling libraries
to assist me.  When I discovered Erlang, I thought I had hit upon exactly
what I needed (I wished I had known about Erlang four years ago!).  I have
therefore started to teach myself Erlang.</p>

<p class=MsoNormal> </p>

<p class=MsoNormal>However, I was taken aback by the benchmark comparison (<a
href="http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=ghc&lang2=hipe">http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=ghc&lang2=hipe</a>),
which shows Haskell to perform every bit as well as Erlang.  Since Erlang
and Haskell seem to have a lot in common, I am now wondering if I should instead
teach myself Haskell.  Now, granted, this will be a biased group to ask,
but I am curious as to what the Erlang community’s take on Haskell’s
apparent performance superiority is.  It seems to me that Erlang as a
language seems to fit very nicely into my needs, but given Haskell’s
similarity and superior performance, does anyone have any experience with both
who could help me in my decision?</p>

<p class=MsoNormal> </p>

<p class=MsoNormal>I have written some prototype modules in Erlang, but have
never written anything in Haskell, and am wondering whether to stop and play
around with Haskell some before I continue.  Please advise. 
Thank-you.</p>

<p class=MsoNormal> </p>

<p class=MsoNormal>David Mercer</p>

<p class=MsoNormal> </p>

<p class=MsoNormal> </p>

</div>

</body>

</html>