<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">... strict typing is getting in the way....<br></blockquote><br>When Haskell&#39;s strict typing seems to get in your way, chances are more that you are heading for a big and nasty problem (aka, bug) sometime down the line, unless you are extremely careful of what you do.<br>

<br>Strict typing is a boon to software designers in that it helps point out even major design flaws and that too rather earlier.<br><br>But, apart from this, if one is trying to deal with a computational problem involving lots and lot of state-change (and things like memoization etc), then there is no &quot;easy&quot; way out for a beginner in Haskell. IMHO, that&#39;s because, Haskell isn&#39;t modelled after the so called state-change model of computation.<br>

<br>But I am sure, Haskell Gurus out there may help you out if you give more inputs about your problem.<br><br>-Damodar<br><br><div class="gmail_quote">On Sun, Sep 9, 2012 at 1:45 PM, KC <span dir="ltr">&lt;<a href="mailto:kc1956@gmail.com" target="_blank">kc1956@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">If one programming language suited every computable problem there<br>
would only be one programming language.<br>
<br>
You don&#39;t seem to have a point worth making without more description<br>
of your problem.<br>
<div><div class="h5"><br>
<br>
On Sun, Sep 9, 2012 at 1:10 AM, Dennis Raddle &lt;<a href="mailto:dennis.raddle@gmail.com">dennis.raddle@gmail.com</a>&gt; wrote:<br>
&gt; Sadly, I&#39;ve decided Haskell is not the right language for my current<br>
&gt; project. Python is better. I need to hack together data, and strict typing<br>
&gt; is getting in the way. Most of my algorithms are better served with<br>
&gt; imperative/mutable-data. I learned a lot about Haskell trying to do it, but<br>
&gt; my knowledge of the language is not quiet good enough and I feel like I&#39;m<br>
&gt; fighting the language. Python is better. For now.<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Beginners mailing list<br>
&gt; <a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
&gt;<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
--<br>
Regards,<br>
KC<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
</font></span></blockquote></div><br><br clear="all"><br><br>