Haskell tutorial plzz

Hi! i’m looking for a full course for a totally beginner to learn Haskell from youtube on my own (i just know Pascal language) can anyone suggest me a youtube channel please?

1 Like

Browsing Documentation I do not see video lectures. There are many on YouTube but not having tried one, I cannot say which one is better!

If you find reading tolerable, CIS 194 is what I recommend.

2 Likes

There are good video lectures by Graham Hutton on YouTube:
https://www.youtube.com/playlist?list=PLF1Z-APd9zK7usPMx3LGMZEHrECUGodd3
He also teaches a more advanced course:
https://www.youtube.com/playlist?list=PLF1Z-APd9zK5uFc8FKr_di9bfsYv8-lbc

4 Likes

I tried many books from the book list. Finally, I find that the Get Programming with Haskell is the best one for beginner who already known some basic programming in other language.

Now, I just finished reading Get Programming with Haskell, next step I will try the Haskell in Depth

2 Likes

Here is a Jupyter adaptation of the book Learn You a Haskell for Great Good. It provides a live zero-configuration Haskell programming environment.

2 Likes

I recommend Derek Banas video on Haskell or tscodings series on HackerRank in Haskell. Good luck!