5 Forks
28 Stars
28 Watchers

cs43

Course materials for Stanford's CS43: Functional Programming Paradigms

How to download and setup cs43

Open terminal and run command
git clone https://github.com/stanfordhaskell/cs43.git
git clone is used to create a copy or clone of cs43 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with cs43 https://github.com/stanfordhaskell/cs43/archive/master.zip

Or simply clone cs43 with SSH
[email protected]:stanfordhaskell/cs43.git

If you have some problems with cs43

You may open issue on cs43 support forum (system) here: https://github.com/stanfordhaskell/cs43/issues