❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 25th, 2023]
This course, Haskell for Beginners, is designed to provide an introduction to the basics of coding in Haskell. Students will learn the fundamentals of printing to screen, creating variables, getting user input, doing simple math, conditionals, lists, records, and more. The course is suitable for both those with experience in another language and those entirely new to coding. The instructor will be teaching using an online IDE, called replit, which is free to sign-up for and easy to use.
Haskell is a functional programming language, primarily used for math, and known to be fast. Despite its reputation for being difficult, this course will demonstrate that it is actually quite simple. Code snippets will be provided, along with a link to the repl, so that students can fork it and come up with additional examples for each concept.
This beginner-friendly course will allow anyone to effectively grasp the core concepts of Haskell in a short amount of time.
Course Syllabus
Hello World, Math, & Modules
Lists, Records, & Tuples
Functions, Conditionals, User Input, Recursion