Skip to content

lucananni93/learn_haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Learning Haskell

This repository hosts my attempts at learning the functional programming language Haskell.

A went through the very well done tutorial Learn You a Haskell for Great Good! by Miran Lipovača. It provides an hands-on introduction to the phylosophy and the syntax of the language.

In the corresponding folder I go through the various chapters of the book in the form of iHaskell notebooks.

  1. Starting Out
  2. Types and Typeclasses
  3. Syntax in Functions
  4. Recursion
  5. Higher order functions
  6. Modules