Re: [Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-18 Thread Jonathan Geddes
I agree with the feeling that Haskell tutorials feel like they are bottom-up. But I think there's a reason for this: In my experience, at least, Haskell applications are built bottom-up. Functional programming languages strive for composability. In Haskell you have very clean, clear ways of

Re: [Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-17 Thread Ketil Malde
Mathijs Kwik bluescreen...@gmail.com writes: It's indeed hard to really explain what I feel is missing. I think the basics are well covered, with lots of introductory and tutorial material available. The advanced stuff is very abstract and general, and the difficult part is developing an

[Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-16 Thread __kaveh__
Is there a (or more; the more, the better) tutorial for Haskell, developing a whole application (of any kind: web, windows, console)? I mean something like NerdDinner or MVC Music Store for ASP.NET MVC; Or those whole applications in in Action books. Thanks Edit 1: Thanks to all for your

Re: [Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-16 Thread Albert Y. C. Lai
On 10-12-16 06:49 PM, __kaveh__ wrote: Is there a (or more; the more, the better) tutorial for Haskell, developing a whole application (of any kind: web, windows, console)? There is one developing a whole Scheme interpreter: http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours

Re: [Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-16 Thread Mathijs Kwik
I too would like such a tutorial. There is a lot of good material explaining certain concepts, and complete examples doing some real-world task. I've read RWH and LYAH and browsed quite some sources from packages from hackage. I understand what I read and I'm able to re-use that knowledge. But I