Video presentations: Difference between revisions
(HAL2 German and English annotation) |
(Category:Music for the live acts) |
||
Line 1: | Line 1: | ||
Collected videos of Haskell tutorials and conference presentations, | [[Category:Tutorials]] | ||
sorted by topic. | Collected videos of Haskell tutorials and conference presentations, sorted by topic. | ||
== Introductions to FP and Haskell == | == Introductions to FP and Haskell == | ||
Line 88: | Line 88: | ||
== Livecoding Haskell == | == Livecoding Haskell == | ||
[[Category:Music]] | |||
;[http://video.google.de/videoplay?docid=-6594267962912965757&q=hal2+july+2007&total=7&start=0&num=50&so=0&type=search&plindex=3 Music and Sound generation] | ;[http://video.google.de/videoplay?docid=-6594267962912965757&q=hal2+july+2007&total=7&start=0&num=50&so=0&type=search&plindex=3 Music and Sound generation] | ||
Line 125: | Line 127: | ||
;[http://www.youtube.com/watch?v=faJ8N0giqzw Tangible Functional Programming: a modern marriage of usability and composability] | ;[http://www.youtube.com/watch?v=faJ8N0giqzw Tangible Functional Programming: a modern marriage of usability and composability] | ||
:Conal Elliott. Google TechTalk, November 2007 | :Conal Elliott. Google TechTalk, November 2007 | ||
Revision as of 21:29, 27 November 2007
Collected videos of Haskell tutorials and conference presentations, sorted by topic.
Introductions to FP and Haskell
Haskell is the world's leading purely functional programming language that offers a radical and elegant attack on the whole business of writing programs. In the last two or three years there has been an explosion of interest in Haskell, and it is now being used for a bewildering variety of applications. In this tutorial, I will try to show you why programming in Haskell is such fun, and how it makes you think about programming in a new way.
- Programming language nirvana
- Simon Peyton-Jones, Eric Meijer, MSR, July 2007.
- Faith, Evolution, and Programming Languages
- Phil Wadler, April 2007.
- Haskell in the Hallway
- An interview with SPJ at OSCON, Sep 2007.
- Lecture Functional Programming
- A computer science lecture at RWTH University Aachen (Germany) dealing with functional programming and haskell (including theoretical background)
- The Reduceron: Widening the von Neumann Bottleneck for Graph Reduction using an FPGA.
- The Reduceron: Widening the von Neumann Bottleneck for Graph Reduction using an FPGA. A research talk given at IFL'2007 in Freiburg. Work by Matthew Naylor and Colin Runciman of the University of York.
Advanced topics
- Category theoretic monads
- The Catsters, Sep 2007.
- Adjunctions
- More from The Catsters, Sep 2007
- Generic Programming in Haskell.
- Johan Jeuring, July 2007.
- Parametric Polymorphism and the Girard-Reynolds Isomorphism
- Phil Gossett, April 2007.
- Don't fear the monads
- Brian Beckman introducing monads
Concurrency and parallelism
- Transactional Memory for Concurrent Programming
- Simon Peyton-Jones, OSCON, July 2007.
- Programming in the Age of Concurrency: Software Transactional Memory
- Simon Peyton-Jones and Tim Harris, September 2006.
- Nested Data Parallelism in Haskell
- Simon Peyton-Jones, London HUG, May 2007.
- Slides (pdf)
The web
- HAppS
- Alex Jacobson, Bay Area FPers, Oct 2007.
Games
- Games in Haskell
- 2007 meeting of the London Haskell User Group. Matthew Sackman and Tristan Allwood of Imperial College talk about building 3D games in Haskell.
The ICFP contest
- 2006 ICFP contest results
- ICFP, 2006
- 2007 ICFP contest results
- ICFP, 2007
Livecoding Haskell
- Music and Sound generation
- Henning Thielemann July 2007 in Leipzig about Music and Sound using SuperCollider, CSound, MIDI and pure Haskell (German)
- Haskell music
- Yaxu, 2006.
- Hacking Haskell music
- More of Yaxu live coding music and Haskell, 2006.
- ASCII Rave in Haskell
- Yaxu, using words to control the articulation of a physical modelling synthesiser based on the elegant Karplus-Strong algorithm
GHC Hackathon presentations
- GHC commentary
- Simon Peyton Jones and Simon Marlow, 2006.
Haskell applications
- Emacs Flymake
- Daisuke IKEGAMI, a demo of editing Haskell program on Emacs with on-the-fly syntax and type checking using flymake-mode (see also EmacsWiki:FlymakeHaskell for details), 11 November 2007
- HAL2
- HAL2 meeting in July 2007 in Leipzig, presenting talks about Generic Programming (English), Eclipse for Haskell (German), Grapefruit GUI (German) and Music+Sound generation (German)
- GADTs for darcs
- David Roundy, FOSDEM, 2006
- Functional Image Synthesis
- Conal Elliott, talk at University of Washington, November 2000
Other
- Tangible Functional Programming: a modern marriage of usability and composability
- Conal Elliott. Google TechTalk, November 2007