|
|
|
|
|
by yobbobandana
5448 days ago
|
|
My biggest stumbling block when trying to learn Haskell,
was that I could not find out what operators did, and every example program i tried to learn from had its own obscure set. Even simple things like trying to find out what "$" does, are effectively impossible to search for. Constructs such as "||>" are a nightmare. I finally progressed a little after finding a Haskell "cheat sheet" and reading it thoroughly. The "cheat sheet" was 14 pages long, with three columns per page. And to top it off, it still didn't explain what many of the operators did, rendering whole sections illegible. Still, like I say, it's the best learning resource I found. http://cheatsheet.codeslower.com/ for the curious. |
|
Thanks for this link!