EvilZone
Programming and Scripting => Other => : 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/)
-
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.
-
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
-
I would like to add this free ebook: http://book.realworldhaskell.org/read/
It's a great read for haskell beginners.
-
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.