An introduction to Haskell Programming
Offered By: Chennai Mathematical Institute via Swayam
Course Description
Overview
Functional programming is an elegant, concise and powerful programming paradigm. This style encourages breaking up programming tasks into logical units that can be easily translated into provably correct code. Haskell brings together the best features of functional programming and is increasingly being used in the industry, both for building rapid prototypes and for actual deployment.
Syllabus
• Introduction to Haskell and the ghci interpreter
• Defining functions: guards, pattern matching and recursion
• Lists, strings and tuples
• Types and polymorphim
• Higher order functions on lists: map, filter, list comprehension
• Computation as rewriting, lazy evaluation and infinite data structures
• Conditional polymorphism and type classes
• User defined datatypes: lists, queues, trees
• Input/output and the ghc compiler
• Array
Taught by
Madhavan Mukund
Tags
Related Courses
Learn Intermediate Python 3Codecademy Advanced C#: Functional Programming Patterns
LinkedIn Learning Learning Functional Programming with JavaScript (ES5)
LinkedIn Learning Learning Functional Programming with JavaScript ES6+
LinkedIn Learning Learning Higher-Order Functions with Swift
LinkedIn Learning