Re: [Haskell-cafe] Newbie question about Haskell skills progress

2007-07-31 Thread Donald Bruce Stewart
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

Re: [Haskell-cafe] Newbie question about Haskell skills progress

2007-07-31 Thread Dougal Stanton
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

[Haskell-cafe] Newbie question about Haskell skills progress

2007-07-31 Thread peterv
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