bf3:
>
>Having only a couple of days of practice programming Haskell
>(but having read lots of books and docs), I find myself
>writing very explicit low level code using inner "aux"
>functions (accumulators and loops). Then I force myself to
>revise the code, replacing these a
On 31/07/07, peterv <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Having only a couple of days of practice programming Haskell (but having
> read lots of books and docs), I find myself writing very explicit low level
> code using inner "aux" functions (accumulators and loops). Then I force
> myself to revi
Having only a couple of days of practice programming Haskell (but having
read lots of books and docs), I find myself writing very explicit low level
code using inner "aux" functions (accumulators and loops). Then I force
myself to revise the code, replacing these aux functions with suitable
higher