<div dir="ltr">Thank you everyone! I like Haskell because the following two reasons:<div style>1. It is beautifully</div><div style>2. There are many great guys like you here.</div><div style><br></div><div style>I will work harder on it, and forgive me for my broken English.</div>
<div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 31, 2013 at 12:41 AM, Rustom Mody <span dir="ltr">&lt;<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br><div class="gmail_quote"><div class="im">On Wed, Jan 30, 2013 at 5:32 PM, Junior White <span dir="ltr">&lt;<a href="mailto:efiish@gmail.com" target="_blank">efiish@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><br><div>Thanks for your reply!  I must learn more to fully understand what&#39;s going on inside the list comprehension. </div><div>But when I frist learn Haskell, it says sequence doesn&#39;t matter, but now it is a big matter, can compiler do some thing for us? I think this behavior is not friendly to newbies like me, I will take a very long time to work through it.</div>


</div></div></div></blockquote></div><div><br>Good point.  Being a programmer means having to juggle many hats -- two important ones being the mathematician-hat and the machine-hat, also called declaration and &#39;imperation&#39;  Get only the first and your programs will run very inefficiently.  Get only the second and your program will have bugs.<br>

<br>Specifically in the case of list comprehensions the newbie needs<br>- to practice thinking of the comprehension like a set comprehension and ignoring computation sequences<br>- to practice thinking of comprehension in terms of map/filter etc ie operationally<br>

<br>Both views are needed.<br>Rusi<span class="HOEnZb"><font color="#888888"><br>-- <br></font></span></div></div><span class="HOEnZb"><font color="#888888"><a href="http://www.the-magus.in" target="_blank">http://www.the-magus.in</a><br>
<a href="http://blog.languager.org" target="_blank">http://blog.languager.org</a><br>
<br>
</font></span></blockquote></div><br></div>