jaantollander / Haskell-Exercises

Home Page:https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems

License:MIT License


Languages

Language:Haskell 100.0%