Where can I find some good documentation about Haskell programming language? -
I found that there is a problem with the Haskell documentation. I am very clear and not very easy about this language Where can a better document be found?
Haskell itself is not particularly obvious or simple, and the learning curve can be cruel because of this, I'm not sure "Better documentation" will help you if you are a skilled programmer, you probably are using published API and manual to know about what you already know. It does not work for Haskell, you have to send yourself mentally on the same day that you were sitting in front of your first computer. It really feels like you are releasing everything from scratch.
Tutorials are your best bet here, especially, and more.
Once you understand the language, you will get it, you do not rely on the documentation as you can expect. I've found that I can see the source code in Haskell and actually understand what's going on with a particular function. For one thing, there is a low source code to look at, and it has been so clearly defined that I can usually understand the nuts and bolts given in the short time, by reading this one set of Jawadox Will take for granted. But before I came to this point, it was a test of patience.
Comments
Post a Comment