Re: [Haskell-cafe] Re: Functional vs Imperative

2005-09-14 Thread Cale Gibbard
On 14/09/05, Dhaemon <[EMAIL PROTECTED]> wrote: > Hi again, > Thanks to everyone for replying. > I think I get it now; I was focusing on the wrong aspect of the question. I > was totally overlooking referential transparency and the cascade of > 'capabilities'(lazyness, etc) it creates. Thus evalu

[Haskell-cafe] Re: Functional vs Imperative

2005-09-14 Thread Dhaemon
Hi again, Thanks to everyone for replying. I think I get it now; I was focusing on the wrong aspect of the question. I was totally overlooking referential transparency and the cascade of 'capabilities'(lazyness, etc) it creates. Thus evaluation is just getting values out of expressions, actions(whi