diff --git a/README.md b/README.md index b1be1f6..0ec70e8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ At the moment this is not useful for anyone but myself, if at some point I find * πŸ“ - My annotations * πŸ†“ - Free / No money required * πŸ’° - Paid +* πŸ’ͺ🏼 - Practice ## References @@ -32,7 +33,28 @@ At the moment this is not useful for anyone but myself, if at some point I find * Functional Programming Languages * Haskell * [Haskell From First Principles](http://haskellbook.com) πŸ“• πŸ’° - * [Exercises](https://github.com/marceloboeira/hffp) πŸ“ + * [Book Exercises](https://github.com/marceloboeira/hffp) πŸ“ πŸ†“ + * General Overview + * [Simon Peyton-Jones - Escape from the ivory tower - the Haskell journey](https://www.youtube.com/watch?v=re96UgMk6GQ) πŸ“Ό πŸ†“ + * [Simon Peyton Jones - A History of Haskell - being lazy with class](https://www.youtube.com/watch?v=06x8Wf2r2Mc) πŸ“Ό πŸ†“ + * [Andrew Rademacher - Demystifying Haskell](https://www.youtube.com/watch?v=apBWkBDVlow) πŸ“Ό πŸ†“ + * Use cases + * Facebook + * [Bryan O'Sullivan - The Bright Side of High Level Languages](https://www.youtube.com/watch?v=kGa78HQv_LQ) πŸ“Ό πŸ†“ + * [Jon Coens - The Road to Running Haskell at Facebook Scale](https://www.youtube.com/watch?v=sl2zo7tzrO8) πŸ“Ό πŸ†“ + * Practice + * [The Monad Challenges](http://mightybyte.github.io/monad-challenges/) πŸ’ͺπŸΌπŸ†“ + * Concepts + * Functional Programming + * [Computerphile - Functional Programming & Haskell](https://www.youtube.com/watch?v=LnX3B9oaKzw) πŸ“Ό πŸ†“ + * Lambda Calculus + * [Computerphile - Lambda Calculus](https://www.youtube.com/watch?v=eis11j_iGMs) πŸ“Ό πŸ†“ + * [Lambda Calculus - Fundamentals of Lambda Calculus & Functional Programming](https://www.youtube.com/watch?v=3VQ382QG-y4) πŸ“Ό πŸ†“ + * The Y Combinator + * [Computerphile - Y Combinator](https://www.youtube.com/watch?v=9T8A89jgeTI) πŸ“Ό πŸ†“ + * Monads + * [Computerphile - What is a Monad?](https://www.youtube.com/watch?v=t1e8gqXLbsU) πŸ“Ό πŸ†“ + * Systems Programming Languages * Rust * [The Rust Programming Language](https://doc.rust-lang.org/stable/book/) πŸ“• πŸ†“