Hi Andrew,<br><br>To save others the search, here&#39;s the/a reddit URL: <a href="http://www.reddit.com/r/programming/related/nhnyd/nfa_in_a_single_line_of_haskell/">http://www.reddit.com/r/programming/related/nhnyd/nfa_in_a_single_line_of_haskell/</a> .<br>

<br>The terribly misleading/mistaken remarks on fib &amp; memoization are still in your post. As hammar commented on reddit commenter, you&#39;re not memoizing in that example; just shadowing one fib definition with another (very partial) one. (BTW, I highly recommend compiling with -Wall in all cases and then addressing all reported issues. Doing so would have issued a shadowing warning.)<br>

<br>Another comment:<br><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">As a declarative language, Haskell manipulates expressions, eventually reducing expressions to values.<br>

</blockquote><br>Huh? In what sense do declarative languages manipulate expressions? Sounds like a classic syntax/semantics confusion, especially when interpreters and/or lazy evaluation (implementation issues, not language properties) are in the mix.<br>

<br>Regards, - Conal<br><br><br><div class="gmail_quote">On Fri, Sep 14, 2012 at 9:13 AM, Andrew Pennebaker <span dir="ltr">&lt;<a href="mailto:andrew.pennebaker@gmail.com" target="_blank">andrew.pennebaker@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>I&#39;ve gotten mixed feedback from Reddit for my tutorial. It provides an overview of how functional and declarative programming in Haskell empower baddies, increasing the accuracy and efficiency of their atomic superweapons. What do you guys think of my tutorial, <a href="http://www.yellosoft.us/evilgenius/" target="_blank">Haskell for the Evil Genius</a>?</div>



<br clear="all"><div></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br>