MikelArnaiz / learn-haskell-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell resources

To learn Haskell


General

  1. https://github.com/system-f/fp-course
  2. https://schooloffp.co/

Courses

Free

  1. Data61 fp-course | Brian McKenna | 13h51m
  2. Haskell for Imperative Programmers | Philipp Hagenlocher | 8h55m
  3. HaskellRank | tsoding | 2h55m
    Follows Hackerrank's Functional Programming exercises
  4. Haskell tutorial | Peter Drake | 1h30m
    Accompany videos for Learn you a Haskell book
  5. Haskell from Scratch | jekor | 4h57m
  6. Introduction to Haskell | Brisbane Functional Programming Group
    Follows University of Pennsylvania CIS 194: Introduction to Haskell course
    1. Lecture 1 | David Laing
    2. Lecture 2 | Nick Partridge
    3. Lecture 3 | Matthew Brecknell
    4. Lecture 4 | Christopher McKay
    5. Lecture 5 | Fraser Tweedale
    6. Lecture 6 | Ben Kolera
    7. Lecture 7 | George Wilson
    8. Lecture 8 | Jamie Cook
    9. Lecture 9 | Brenton Alker
    10. Lecture 10&11 | Sean Chalmers
    11. Lecture 12 | Matt Peddie
  7. Functional Programming Fundamentals | Erik Meijer | ~10h30m
  8. A taste of haskell | Simon Peyton Jones
    1. Part 1
    2. Part 2
  9. Functional Programming in Haskell | University of Glasgow

Paid

  1. Learning Path: Haskell: Functional Programming and Haskell | 13h
  2. Haskell Beginner crash course | 6h
  3. The Validation Course | 2h30m
  4. Haskell fundamentals | Benson Joeris
    1. Part 1 | 2h57m
    2. Part 2 | 1h53m
  5. Haskell Fundamentals | 47deg

Books

  1. https://haskellbook.com/
  2. http://learnyouahaskell.com/chapters
  3. https://github.com/Apress/practical-haskell
  4. http://book.realworldhaskell.org/
  5. http://www.cambridge.org/9781316626221
  6. http://www.haskellcraft.com/craft3e/Home.html

History

  1. A History of Haskell: being lazy with class | Simon Peyton Jones | 57m

Other

  1. https://github.com/MostlyAdequate/mostly-adequate-guide
  2. https://wiki.haskell.org/Video_presentations#Introductions_to_Haskell
  3. http://wiki.haskell.org/Learning_Haskell

Per topic

  1. Monads
  2. Lenses

Source

This list is based on

  1. https://www.reddit.com/r/haskell/comments/9v0qhy/haskell_video_course_roundup/
  2. https://github.com/hzlmn/haskell-must-watch
  3. https://github.com/bfpg/cis194-yorgey-lectures

Utils

About