lucananni93 / learn_haskell

My attempt at learning haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Haskell

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

Part 1 - Learn You a Haskell for Great Good!

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

About

My attempt at learning haskell


Languages

Language:Jupyter Notebook 99.4%Language:Haskell 0.6%