mylesmegyesi / learning-haskell

Stuff I did trying to learn haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Haskell

Code I wrote while learning Haskell

Setup

  1. Install the The Haskell Platform.

  2. Clone this repository.

  3. Configure cabal. In this repository's root directory:

    $ cabal sandbox init

  4. Download dependencies:

    $ cabal install --only-dependencies

  5. Run the tests to verify everything works:

    $ cabal run spec

Retracing my steps:

  1. I read Learn You A Haskell For Great Good!

    And did Exercises:

  2. Lisp Interpreter - Lisp

  3. UPenn CIS 194: Introduction to Haskell (Fall 2014)

About

Stuff I did trying to learn haskell


Languages

Language:Haskell 100.0%