meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haskell:haskell_resources [2018/09/03 20:14] katjad created |
haskell:haskell_resources [2019/01/23 05:02] (current) katjad |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Haskell Resources | + | # Haskell - Resources |
## Installing Stack | ## Installing Stack | ||
https://docs.haskellstack.org/en/stable/install_and_upgrade/ | https://docs.haskellstack.org/en/stable/install_and_upgrade/ | ||
+ | |||
+ | ## List of Haskell Tools | ||
+ | |||
+ | https://github.com/willprice/haskell-book/blob/master/tools.md | ||
## Guides | ## Guides | ||
Line 9: | Line 13: | ||
* An opinionated guide to Haskell: https://lexi-lambda.github.io/blog/2018/02/10/an-opinionated-guide-to-haskell-in-2018/ | * An opinionated guide to Haskell: https://lexi-lambda.github.io/blog/2018/02/10/an-opinionated-guide-to-haskell-in-2018/ | ||
* What I wish I knew when learning Haskell by Stephen Diel - http://dev.stephendiehl.com/hask/ | * What I wish I knew when learning Haskell by Stephen Diel - http://dev.stephendiehl.com/hask/ | ||
+ | * Some notes about how I write Haskell https://blog.infinitenegativeutility.com/2017/12/some-notes-about-how-i-write-haskell | ||
### Foldr, Foldl, Foldl' and Lazy Evaluation | ### Foldr, Foldl, Foldl' and Lazy Evaluation | ||
- | * Foldr Foldl Foldl' https://wiki.haskell.org/Foldr_Foldl_Foldl' | + | * [Foldr Foldl Foldl' (Haskell Wiki)](https://wiki.haskell.org/Foldr_Foldl_Foldl') |
+ | ### Book Solutions (don't look at them! :D) | ||
+ | * https://github.com/CarlosMChica/haskell-book-readers-exercises | ||
+ | * https://github.com/dwayne/haskell-programming | ||
+ | * https://github.com/nackjicholson/haskellbook-solutions | ||
+ | * https://github.com/willprice/haskell-book |