Haskell: Difference between revisions
Belovachap (talk | contribs) No edit summary |
Belovachap (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
= Articles = | = Articles = | ||
[https://www.stackbuilders.com/tutorials/haskell/gui-application/ Creating a GUI application in Haskell] | |||
[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] | ||
| Line 33: | Line 35: | ||
= Libraries = | = Libraries = | ||
https://hackage.haskell.org/package/gtk3 | |||
https://hackage.haskell.org/package/random-fu | |||
= Papers = | = Papers = | ||
Latest revision as of 17:12, 12 March 2020
This page is a collection of resources for people to learn about Haskell.
Articles
[edit | edit source]Creating a GUI application in Haskell
Books
[edit | edit source]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!
The Haskell School of Expression: Learning Functional Programming through Multimedia
The Haskell School of Music: From Signals to Symphonies
Code
[edit | edit source]https://github.com/acid-state/safecopy
https://github.com/ghcjs/ghcjs
https://github.com/snoyberg/conduit
Libraries
[edit | edit source]https://hackage.haskell.org/package/gtk3
https://hackage.haskell.org/package/random-fu
Papers
[edit | edit source]A Gentle Introduction to Haskell 98
Tools
[edit | edit source]Videos
[edit | edit source]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
[edit | edit source]Euterpea: A Haskell library for music creation