Haskell: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].
This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].


== Tools ==
= Articles =


[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.
[https://www.stackbuilders.com/tutorials/haskell/gui-application/ Creating a GUI application in Haskell]


== Books ==
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]


[http://book.realworldhaskell.org/read/ Real World Haskell]
[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 =


[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 15: Line 19:
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]


== Videos ==
[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 =
 
https://github.com/acid-state/safecopy
 
https://github.com/ghcjs/ghcjs
 
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 =
 
[https://docs.haskellstack.org/ Haskell Stack]
 
[https://shakebuild.com/ Shake Build System]
 
= Videos =


[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]
Line 25: Line 59:
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung


== Websites ==
= Websites =


[https://mmhaskell.com/ Monday Morning Haskell]
[https://mmhaskell.com/ Monday Morning Haskell]
Line 31: Line 65:
[http://euterpea.com/ Euterpea: A Haskell library for music creation]
[http://euterpea.com/ Euterpea: A Haskell library for music creation]


= Categories =


[[Category:Programming languages]]
[[Category:Programming languages]]

Latest revision as of 17:12, 12 March 2020