
24 Sep
2002
24 Sep
'02
11:57 a.m.
"pavel" == pavel
writes:
pavel> Now I understand that it's just a lack of knowledge... Sorry pavel> for interrupring... pavel> By the way, can you recommend a good manual which I can find pavel> on the web? The best source would be a good book like Simon Thompsons: "Haskell: The Craft of Functional Programming", published by Addison-Wesley. I/O is described in Chapter 18 on page 383 which makes clear that I/O is not the first thing you should try when learning Haskell. Use an interpreter like ghci first and evaluate expressions in interaction with the interpreter. You can also find a tutorial on the web at: http://www.haskell.org/tutorial/ Cheers -- Christoph Herrmann