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