zs0723 / haskell-must-watch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell must watch

Gitter

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/drKraken/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.

About

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

License:MIT License


Languages

Language:Haskell 100.0%