Haskell: Difference between revisions
Jump to navigation
Jump to search
Belovachap (talk | contribs) No edit summary |
Belovachap (talk | contribs) |
||
| Line 32: | Line 32: | ||
== Code == | == Code == | ||
https://github.com/acid-state/safecopy | |||
https://github.com/snoyberg/conduit | https://github.com/snoyberg/conduit | ||
== Categories == | |||
[[Category:Programming languages]] | [[Category:Programming languages]] | ||
Revision as of 12:07, 5 March 2020
This page is a collection of resources for people to learn about Haskell.
Tools
Haskell Stack is a great tool for managing your project. The User Guide in particular is a good walk-through.
Books
Haskell The Craft of Functional Programming is a good intro to functional programming using Haskell. jbm has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.
Learn You a Haskell for Great Good!
Videos
5 Years of Haskell in Production
Haskell Tutorial: Learn Haskell in One Video
Pattern-Based Algorithmic Music with Euterpea
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung
Websites
Euterpea: A Haskell library for music creation
Code
https://github.com/acid-state/safecopy
https://github.com/snoyberg/conduit