Re: [Haskell-cafe] Re: Haskell-Cafe Digest, Vol 21, Issue 27

2005-05-11 Thread Samuel Bronson
On 11/05/05, Stijn De Saeger <[EMAIL PROTECTED]> wrote: > Quinn Dunkan <[EMAIL PROTECTED]> wrote : > > > ... It is very natural to > > write in a somewhat functional style, especially in regards to > > sequence processing: higher order functions and listcomps provide the > > processing and its bui

[Haskell-cafe] Re: Haskell-Cafe Digest, Vol 21, Issue 27

2005-05-10 Thread Stijn De Saeger
Quinn Dunkan <[EMAIL PROTECTED]> wrote : > ... It is very natural to > write in a somewhat functional style, especially in regards to > sequence processing: higher order functions and listcomps provide the > processing and its built in generators and iterator protocol provide > some of the benefit