EvilZone

Programming and Scripting => Other => : Stackprotector January 15, 2015, 10:52:28 PM

: [Haskell] Resources
: Stackprotector January 15, 2015, 10:52:28 PM
The book for reference:
http://learnyouahaskell.com/ (http://learnyouahaskell.com/)

Great ebook on realworld haskell:
http://book.realworldhaskell.org/read/

Smaller Haskell tutorials ( i liked Haskell fast and hard, including try it yourself code):
https://www.fpcomplete.com/school/starting-with-haskell (https://www.fpcomplete.com/school/starting-with-haskell)

Free online IDE environment and compile+run:
https://www.fpcomplete.com/ (https://www.fpcomplete.com/)

What i wish i knew when learning haskell:
http://dev.stephendiehl.com/hask/ (http://dev.stephendiehl.com/hask/)

Haskells search machine:
https://www.fpcomplete.com/hoogle (https://www.fpcomplete.com/hoogle)

Shitload of problems to try your hands on(haskell site is slow):
https://www.haskell.org/haskellwiki/99_questions/1_to_10 (https://www.haskell.org/haskellwiki/99_questions/1_to_10)

Web frameworks:
http://www.yesodweb.com/ (http://www.yesodweb.com/)
http://snapframework.com/ (http://snapframework.com/)
http://happstack.com/ (http://happstack.com/)

: Re: [Haskell] Resources
: Spacecow January 16, 2015, 07:03:50 AM
Sweeeeet, thanks Factionwars. Now lets learn us some Haskell!! **Golf Clap**  But I do think  its a good idea to do one of these for as many languages ( or at least the 10 EZ are learning ) it'd make for a nice bunch of stickies on its own subforum.
: Re: [Haskell] Resources
: HTH January 16, 2015, 07:10:25 AM
Thats the plan spacecow :) Get a bunch of resources for all the languages you could POSSIBLY want to learn all in one subforum. Just no point in making it yet seeing as we've just started ;p
: Re: [Haskell] Resources
: Deque January 16, 2015, 12:13:34 PM
I would like to add this free ebook: http://book.realworldhaskell.org/read/
It's a great read for haskell beginners.
: Re: [Haskell] Resources
: Stackprotector January 16, 2015, 12:40:31 PM
I would like to add this free ebook: http://book.realworldhaskell.org/read/
It's a great read for haskell beginners.
Thank you! It looks like it has more real world practices.