Haskell Quotes
Submitted by metaperl on Wed, 03/30/2005 - 10:28pm.
::
We think of the tree as a first class value “all at once” but it is only materialised “piecemeal”
-- Simon PJ " Composing contracts: an adventure in financial engineering"
- metaperl's blog
- Login to post comments
yet another aspect of the Haskell's "sit back and wait": sit back and wait until I really need the data you have described (laziness) ... sit back and wait until your problem is decomposed into stateless transformers (referential transparency) ... sit back and wait until you transformers will link to each other smoothly (strong typing).