Haskell: Difference between revisions
Belovachap (talk | contribs) No edit summary |
Belovachap (talk | contribs) |
||
| (6 intermediate revisions 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] | ||
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job] | |||
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell] | |||
= 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 18: | ||
[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] | |||
[https://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ The Haskell School of Expression: Learning Functional Programming through Multimedia] | |||
[https://www.amazon.com/Haskell-School-Music-Signals-Symphonies/dp/1108416756/ The Haskell School of Music: From Signals to Symphonies] | |||
= Code = | = Code = | ||
| Line 22: | Line 32: | ||
https://github.com/snoyberg/conduit | https://github.com/snoyberg/conduit | ||
= Libraries = | |||
https://hackage.haskell.org/package/gtk3 | |||
https://hackage.haskell.org/package/random-fu | |||
= Papers = | |||
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98] | |||
= Tools = | = Tools = | ||
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