Skip to content

Emiya173/LearningHaskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LearningHaskell

Haskell

Code examples for learning haskell

Course

Yorgey's cis1940 course

Available online.

Brent Yorgey's course is the best I've found so far. This course is valuable as it will not only equip you to write basic Haskell but also help you to understand parser combinators.

Tool

IHaskell

jupyter

IHaskell is a kernel for the Jupyter project, which allows you to use Haskell inside Jupyter frontends (including the console and notebook).

In order to mount your own local files into the Docker container use following command:

docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/src gibiansky/ihaskell

About

Code examples for learning haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published