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.INTENDED AUDIENCE: Any one interested in learning this languagePRE-REQUISITES: NILINDUSTRY SUPPORT: Would be useful in any industry requiring a good understanding of programming, algorithms and data structures.
Syllabus
Week 1: Introduction to Haskell and the ghci interpreterWeek 2: Defining functions: guards, pattern matching and recursionWeek 3: Lists, strings and tuplesWeek 4: Types and polymorphimWeek 5: Higher order functions on lists: map, filter, list comprehensionWeek 6: Computation as rewriting, lazy evaluation and infinite data structuresWeek 7: Conditional polymorphism and type classesWeek 8: User defined datatypes: lists, queues, treesWeek 9: Input/output and the ghc compilerWeek 10:Arrays
Taught by
Madhavan Mukund and S P Suresh
Tags
Related Courses
Programmazione IUniversity of Naples Federico II via edX Основы разработки на C++: жёлтый пояс
Moscow Institute of Physics and Technology via Coursera C++ Programming: Object-Oriented Design
Codio via edX Java: Going Further with Classes and Methods
Codecademy Java: Inheritance and Polymorphism
Codecademy