Difference between revisions of "Haskell resources"
From TidalCycles userbase
Line 20: | Line 20: | ||
* [http://euterpea.com/haskell-school-of-music/ Haskell school of expression book] ([http://haskell.cs.yale.edu/wp-content/uploads/2015/03/HSoM.pdf pdf of earlier version]) | * [http://euterpea.com/haskell-school-of-music/ Haskell school of expression book] ([http://haskell.cs.yale.edu/wp-content/uploads/2015/03/HSoM.pdf pdf of earlier version]) | ||
* [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 | ||
[[Category:Reference]] | [[Category:Reference]] |
Revision as of 20:27, 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.