A modern, interactive website for learning Haskell programming concepts. We are aiming to make Haskell accessible to everyone and add more labs so that people can directly try Haskell without needing to install anything.
To run the site locally:
- Clone the repository
- Open
index.htmlin your browser- Or use a local server:
python -m http.server 8000 - Then visit
http://localhost:8000
- Or use a local server:
This website contains some inaccuracies. We encourage Haskell developers to contribute to this website by correcting mistakes and adding new content. This is a community effort to make Haskell more accessible to everyone. We steer clear of jargon and category theory as to avoid overwhelming the reader. Please submit pull requests here to modify the content.
No need to clone the repo locally. All content is markdown so you can just edit in on GitHub and submit a PR.
Or,
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details