S7201: [Test] Learn You A Haskell: Functional Programming
FUNCTIONS ARE DATA
LISTS ARE INFINITE
HASKELL IS FUN
Haskell is a purely functional, strongly typed programming language with non-strict evaluation. If none of those words made sense to you, you should take this class to fix that! We'll talk about the basics of programming in Haskell, why it's the best programming language, and how you can fit an infinite list in your computer's memory.
Prerequisites
You should have experience programming in some language, but no knowledge of Haskell is necessary.