Haskell: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
 
(18 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].


== Books about Haskell ==  
= 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]
 
[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://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]
 
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]


[http://book.realworldhaskell.org/read/ Real World Haskell]
[http://book.realworldhaskell.org/read/ Real World Haskell]


[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.
[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=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]


== Videos about Haskell ==
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]


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 =
[https://mmhaskell.com/ Monday Morning Haskell]
[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