Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 509 Bytes

00.md

File metadata and controls

12 lines (9 loc) · 509 Bytes

Introduction

Welcome to the Introduction to Haskell course. We will walk through the basic language features in a couple of weeks in small steps. It takes a lot of practice to learn a new language especially if it is fundamentally different from the ones you already know, so I expect you to spend every day fifteen to twenty minutes consuming the material and writing Haskell code.

Prerequisites

I assume that you have basic programming experience in an imperative language such as: c, c++, java.