Haskell lists — Fun Fun Function #39

Mattias Petter Johansson
Fun Fun Function
Published in
1 min readJul 4, 2016

List basics in Haskell, based on the book “Learn you a Haskell”. Haskell is a statically typed, purely functional programming language that is really good to know if you want to learn functional programming.

Video below:

► 03:28 Strings are lists in Haskell
► 09:59 Coffee Break
► 15:41 Object Oriented vs. Functional in a Haskell context

I’m also active on:
► Twitter https://twitter.com/mpjme
► Medium https://medium.com/@mpjme
► Quora https://www.quora.com/profile/Mattias-Petter-Johansson

Resources:

► Learn you a Haskell (free online book)
http://learnyouahaskell.com/

► “An intro to lists” (Chapter from the book that the video is a about)
http://learnyouahaskell.com/starting-out#an-intro-to-lists

► Watch the Haskell series from the start
https://www.youtube.com/watch?v=j5a9l1Td2Lo&index=1&list=PL0zVEGEvSaeG37ziHqYumYgvJDBn1Wsap

► Functional Programming in JavaScript (another series of mine)
https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84

► Infix Functions
https://youtu.be/j5a9l1Td2Lo?t=10m29s
and
https://youtu.be/j5a9l1Td2Lo?t=14m53s

--

--

Mattias Petter Johansson
Fun Fun Function

Creator of Fun Fun Function, a YouTube show about programming.