From 9bcc829e4a17df39bd6266f3a1b37075ed53ddda Mon Sep 17 00:00:00 2001 From: Levi Pearson Date: Wed, 20 Aug 2014 23:41:32 -0600 Subject: [PATCH] Fix --- haskell/videos/index.page | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/haskell/videos/index.page b/haskell/videos/index.page index 2ce9872..a1ed841 100644 --- a/haskell/videos/index.page +++ b/haskell/videos/index.page @@ -9,9 +9,11 @@ format: markdown ## Lectures * [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/) * [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, Programming in Haskell. @@ -20,19 +22,23 @@ format: markdown ## Screencasts * [LazyCasts Collection YouTube Playlist](https://www.youtube.com/playlist?list=PLvj5k87ljYYHwOOcdGvS3qi85IvjOW--8) + This is a 9-part screencast live-coding tutorial for basic Haskell programming. * [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 libraries and programs. * [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 the "redo" build tool from scratch in Haskell. Both language and tool usage are shown. * [HaskellLiveTV YouTube Channel](https://www.youtube.com/user/HaskellLiveTV/feed) + An apparently aborted series in which a chess engine was to be live-coded. Two episodes are posted.