Skip to content

acamino/cis-194-2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Haskell

Build Status

Memories of the course CIS 194 - Introduction to Haskell offered for free by the University of Pennsylvania. This course explore the fundamental concepts of functional programming. I can't recommend this course enough.

If you want to know more about functional programming, please take a look at CIS 194 - Introduction to Haskell.

Local Development

  1. Fork the project on GitHub and clone your fork locally.

    $ git clone git://github.com/username/cis-194-2013.git
    $ cd cis-194-2013
    $ git remote add upstream https://github.com/acamino/cis-194-2013.git
  2. Install Stack.

  3. Get the appropriate GHC for the project.

    $ stack setup
  4. Make sure the tests succeed.

    $ stack test
  5. If you want to launch a REPL.

    $ stack repl

Licence

The code in this repository is licensed under the terms of the MIT License.
Please see the LICENSE file for details.

About

Memories of the course "CIS 194 - Introduction to Haskell" offered for free by the University of Pennsylvania. This course explore the fundamental concepts of functional programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors