[Haskell-cafe] Books for "advanced" Haskell
Michael Vanier
mvanier42 at gmail.com
Thu Mar 4 18:19:02 EST 2010
Matthias Görgens wrote:
>> A shining example are Dan Piponis blog posts. Not his fault, mind. All I see
>> is that there is something powerful. I also notice that the big brains
>> construct monads in many different ways and thus giving them entirely
>> different capabilities. An example of this is some techniques turn CBV to
>> CBN or CBL while other techniques null this.
>>
>
> What are CBV, CBN and CBL?
>
>
CBV = Call By Value, essentially strict evaluation
CBN = Call By Name, essentially lazy evaluation
CBL = I don't know.
-- Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100304/b89eaaa2/attachment.html
More information about the Haskell-Cafe
mailing list