Haskell Exercises

This repository contains practice code and my solutions for Ninety-Nine Haskell Problems.

Introduction

Haskell is purely functional programming language.

Install Haskell

Get started with Haskell by downloading compilers and package managers from https://www.haskell.org/platform.

Learn Haskell

Some good resources for learning Haskell

Interactive Developement

Develop Haskell code interactively using the ghci provided by your stack installation

stack ghci <filename>.hs