Haskell: Difference between revisions
Jump to navigation
Jump to search
Belovachap (talk | contribs) No edit summary |
Belovachap (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4] | [https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4] | ||
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job] | |||
= Books = | = Books = | ||
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell. [[User:jbm|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. | [http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell. [[User:jbm|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. | ||
| Line 14: | Line 14: | ||
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell] | [https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell] | ||
[http://book.realworldhaskell.org/read/ Real World Haskell] | |||
= Code = | = Code = | ||
Revision as of 15:51, 5 March 2020
This page is a collection of resources for people to learn about Haskell.
Articles
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!
Code
https://github.com/acid-state/safecopy
https://github.com/ghcjs/ghcjs
https://github.com/snoyberg/conduit
Tools
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