March 2018
Beginner
616 pages
16h 53m
English
After reading lesson 1, you’ll be able to
Before you dive into learning Haskell, you need to become familiar with the basic tools you’ll be using on your journey. This lesson walks you through getting started with Haskell. The lesson starts with downloading the basics to write, compile, and run Haskell programs. You’ll then look at example code and start thinking about how to write code in Haskell. After this lesson, you’ll be ready to dive in!
The worst part of learning a new programming language is getting your development environment set up for the first ...