Awesome
Haskell must watch
Huge list of videos, talks , courses for Haskell programming language, that i want to remember.
All contributions are welcome.
Basic
-
Introduction to Haskell (part 1) - David Laing
<img src="https://i.vimeocdn.com/video/467059673_200x150.jpg" width="200px" height="150px"/>
-
Introduction to Haskell (part 2) - Nick Partridge
<img src="https://i.vimeocdn.com/video/469701808_200x150.jpg" width="200px" height="150px"/>
-
Introduction to Haskell (part 3) - Matthew Brecknell
<img src="https://i.vimeocdn.com/video/472928030_200x150.jpg" width="200px" height="150px"/>
-
Functional Programming and Haskell - Tim Dawborn and James Constab
<img src="https://i.vimeocdn.com/video/63189999_200x150.jpg" width="200px" height="150px" />
-
Functional Programming Fundamentals, Chapter 1 of 13 - Dr. Erik Meijer
-
Functional Programming Fundamentals, Chapter 2 of 13 - Dr. Erik Meijer
-
A taste of Haskell - Simon Peyton Jones
<img src="http://i.ytimg.com/vi/jLj1QV11o9g/mqdefault.jpg" width="200px" height="130px" />
General
-
How Haskell is Changing my Brain - Alissa Pajer
<img src="https://i.vimeocdn.com/video/476747540_200x150.jpg" width="200px" height="150px"/>
-
Functional Programming News - Nick Partridge
<img src="https://i.vimeocdn.com/video/466973691_200x150.jpg" width="200px" height="150px"/>
-
Haskell and the Social Web - Phillip Weaver
<img src="http://i.vimeocdn.com/video/147437664_200x140.jpg" width="200px" height="140px" />
-
Don Stewart on Real World Haskell
<img src="http://i.ytimg.com/vi/4YfkwfZ7AV4/mqdefault.jpg" width="200px" height="140px" />
-
Haskell Amuse-Bouche - Mark Lentczne
<img src="http://i.ytimg.com/vi/b9FagOVqxmI/mqdefault.jpg" width="200px" height="140px" />
-
Demystifying Haskell - Andrew Rademacher
<img src="http://i.ytimg.com/vi/apBWkBDVlow/mqdefault.jpg" width="200px" height="140px" />
-
Functional Reactive Programming for Musical User Interface - Paul Hudak
<img src="https://i.vimeocdn.com/video/476988542_200x130.jpg" width="200px" height="130px" />
-
Advanced Functional Programming - The Expression Problem - Dr. Ralf Lämmel
-
Running startup on Haskell - Bryan O'Sullivan
<img src="http://i.ytimg.com/vi/ZR3Jirqk6W8/mqdefault.jpg" width="200px" height="130px" />
-
GHCJS: Bringing Haskell to the Browser - Luite Stegeman
<img src="https://i.vimeocdn.com/video/456929997_150x84.jpg" width="200px" height="130px"/>
-
Using Lenses to Structure State - Nathan Bouscal
<img src="https://i.vimeocdn.com/video/469227196_150x84.jpg" width="200px" height="130px"/>
Workflow
-
Haskell Development Workflow - Christopher Allen
<img src="http://i.ytimg.com/vi/Li6oaO8x2VY/mqdefault.jpg" width="200px" height="130px" />
Data
-
<img src="https://i.vimeocdn.com/video/372596445_200x130.jpg" width="200px" height="130px" />
-
Adventure with Types in Haskell (Lecture 1) - Simon Peyton Jones
<img src="http://i.ytimg.com/vi/6COvD8oynmI/mqdefault.jpg" width="200px" height="130px" />
-
Adventure with Types in Haskell (Lecture 2) - Simon Peyton Jones
<img src="http://i.ytimg.com/vi/brE_dyedGm0/default.jpg" width="200px" height="130px" />
-
Conquering Hadoop with Haskell - Ozgun Ataman
<img src="https://i.vimeocdn.com/video/469235326_150x84.jpg" width="200px" height="130px" />
-
Parsing Stuff in Haskell - Ben Clifford
<img src="http://i.ytimg.com/vi/r_Enynu_TV0/default.jpg" width="200px" height="130px" />
Testing
-
Types and Testing in Haskell - Daniel Patterson
<img src="https://i.vimeocdn.com/video/497977555_200x130.jpg" width="200px" height="130px" />
Tip: If you want to download all videos from this list, you can use command by @jefdaj and Reddit community
curl https://raw.githubusercontent.com/hzlmn/haskell-must-watch/master/README.md |
grep -Po '\(https?://(.*)\)' | tr -d '()' | sort | uniq | head -n -1 | tail -n +6 | tac |
xargs youtube-dl
Note that you need youtube-dl for correct work.