• Stars
    star
    1,109
  • Rank 41,870 (Top 0.9 %)
  • Language
    Haskell
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Huge list of videos, talks, courses for Haskell programming language.

Haskell must watch

Huge list of videos, talks , courses for Haskell programming language, that i want to remember.

All contributions are welcome.

Basic

General

Workflow

Data

Testing

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.