maciejsmolinski / haskell-playground

Haskell Language Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Playground

Haskell Language playground repository is supposed to consist of tiny projects that are easy to scan and reason about so that everybody can learn the language quickly by example.

Requirements

Installation

  • Run memcache server with make up
  • Build and execute haskell code with make run
    • In order to watch for file changes and recompile please run make watch instead

Interactive Debugging

$ stack ghci
*Main> :set -XOverloadedStrings

Purpose of the repository

This repository is meant to be a playground so that everybody can learn the language, break things, change things or even improve them.

Feel free to create pull requests if you find these examples useful. Also, please let me know if you find them too easy or too complex or not interesting at all.

Thanks for the interest and taking your time to visit the repository!

Stay in touch

Have questions? Raise an issue or contact me on twitter: @maciejsmolinski

About

Haskell Language Playground

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 76.7%Language:Makefile 23.3%