master
Levi Pearson 2014-08-20 23:49:47 -06:00
parent 9bcc829e4a
commit 256f5a7f6b
1 changed files with 23 additions and 23 deletions

View File

@ -8,48 +8,48 @@ format: markdown
## Lectures ## Lectures
* [Prof. Geisel "Functional Programming" Lectures](http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung) * [Prof. Geisel "Functional Programming" Lectures](http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung)
Lectures for [this course](http://www.inf.ed.ac.uk/teaching/courses/inf1/fp/) Lectures for [this course](http://www.inf.ed.ac.uk/teaching/courses/inf1/fp/)
* [Erik Meijer's Channel 9 Videos](http://www.cs.nott.ac.uk/~gmh/book.html#videos) * [Erik Meijer's Channel 9 Videos](http://www.cs.nott.ac.uk/~gmh/book.html#videos)
These follow Graham Hutton's lecture notes and his textbook, These follow Graham Hutton's lecture notes and his textbook,
Programming in Haskell. Programming in Haskell.
* [Edinburgh Functional Programming Class Lectures](https://www.youtube.com/playlist?list=PL386777DEA831CB75) * [Edinburgh Functional Programming Class Lectures](https://www.youtube.com/playlist?list=PL386777DEA831CB75)
## Screencasts ## Screencasts
* [LazyCasts Collection YouTube Playlist](https://www.youtube.com/playlist?list=PLvj5k87ljYYHwOOcdGvS3qi85IvjOW--8) * [LazyCasts Collection YouTube Playlist](https://www.youtube.com/playlist?list=PLvj5k87ljYYHwOOcdGvS3qi85IvjOW--8)
This is a 9-part screencast live-coding tutorial for basic Haskell This is a 9-part screencast live-coding tutorial for basic Haskell
programming. programming.
* [jekor's Haskell Deconstructed YouTube Playlist](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Lz5btngxMVZxf_B44GETVz) * [jekor's Haskell Deconstructed YouTube Playlist](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Lz5btngxMVZxf_B44GETVz)
A screencast series that walks through the code of several Haskell A screencast series that walks through the code of several Haskell
libraries and programs. libraries and programs.
* [jekor's Haskell From Scratch YouTube Playlist](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Ij4TKwKvo-SLp-Zbv-hB4B) * [jekor's Haskell From Scratch YouTube Playlist](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Ij4TKwKvo-SLp-Zbv-hB4B)
A series of live-coding sessions covering the re-implementation of A series of live-coding sessions covering the re-implementation of
the "redo" build tool from scratch in Haskell. Both language and the "redo" build tool from scratch in Haskell. Both language and
tool usage are shown. tool usage are shown.
* [HaskellLiveTV YouTube Channel](https://www.youtube.com/user/HaskellLiveTV/feed) * [HaskellLiveTV YouTube Channel](https://www.youtube.com/user/HaskellLiveTV/feed)
An apparently aborted series in which a chess engine was to be An apparently aborted series in which a chess engine was to be
live-coded. Two episodes are posted. live-coded. Two episodes are posted.
## Talks/Presentations ## Talks/Presentations
* [Simon Peyton Jones - OSCON 2007 - A Taste of Haskell](http://acm3.wustl.edu/functional/simonsvideos.php) * [Simon Peyton Jones - OSCON 2007 - A Taste of Haskell](http://acm3.wustl.edu/functional/simonsvideos.php)
* [vimeo Haskell channel](http://vimeo.com/channels/haskell) * [vimeo Haskell channel](http://vimeo.com/channels/haskell)
* [vimeo ny-haskell presentation videos](http://vimeo.com/search?q=ny-haskell) * [vimeo ny-haskell presentation videos](http://vimeo.com/search?q=ny-haskell)
# Podcasts # Podcasts
* [The Haskell Cast](http://www.haskellcast.com/) * [The Haskell Cast](http://www.haskellcast.com/)