Difference between revisions of "Haskell resources"
From TidalCycles userbase
Line 21: | Line 21: | ||
* [http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html Functors, applicatives and monads in pictures] | * [http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html Functors, applicatives and monads in pictures] | ||
* [http://haskellbook.com/ Haskell programming from first principles] - an in-depth book for beginners | * [http://haskellbook.com/ Haskell programming from first principles] - an in-depth book for beginners | ||
+ | * [http://www.cs.nott.ac.uk/~pszgmh/pih.html Programming in Haskell] - another nice book, by Graham Hutton | ||
[[Category:Reference]] | [[Category:Reference]] |
Revision as of 20:32, 23 December 2018
TidalCycles is a domain specific language made with the Haskell programming language. Here's a place to collect recommended Haskell resources.
Tidal-specific resources
- NIL Haskell school - video lectures by David Ogborn (not tidal-specific but by David who among other things works on Tidal and related projects)
General resources
Note that a lot of Haskell tutorials focus on lists, which are important to learn, but aren't used very often in Tidal.
- Learn Haskell in Y minutes
- Learn you a Haskell for great good
- Haskell school of expression book (pdf of earlier version)
- Functors, applicatives and monads in pictures
- Haskell programming from first principles - an in-depth book for beginners
- Programming in Haskell - another nice book, by Graham Hutton