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


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to