Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quacksouls/haskyll
Beginner's guide to Haskell
https://github.com/quacksouls/haskyll
documentation functional-programming haskell jekyll jekyll-theme programming ruby
Last synced: about 2 months ago
JSON representation
Beginner's guide to Haskell
- Host: GitHub
- URL: https://github.com/quacksouls/haskyll
- Owner: quacksouls
- License: other
- Archived: true
- Created: 2023-11-25T23:47:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T00:23:49.000Z (11 months ago)
- Last Synced: 2024-09-25T02:30:53.787Z (about 2 months ago)
- Topics: documentation, functional-programming, haskell, jekyll, jekyll-theme, programming, ruby
- Language: Haskell
- Homepage: https://haskyll.github.io
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell bit by bit
**New development at [github.com/mvngu/haskyll][mvngu]**
I no longer maintain this repository.
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-blue.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
Haskell might seem like a complicated beast at first. It does not have to be
that way. Let's tackle some basic ideas of the language, bit by bit.## Acknowledgement
- We use the Jekyll theme [Coo][coo].
## License
![CC BY-NC-SA 4.0](assets/img/cc.png "CC BY-NC-SA 4.0")
This work is licensed under the terms of the Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International ([CC BY-NC-SA 4.0][cc]).Unless otherwise stated, code in this project is covered by the [MIT][mit]
license.[cc]: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
[coo]: https://github.com/quacksouls/jekyll-theme-coo
[mit]: https://opensource.org/license/MIT/
[mvngu]: https://github.com/mvngu/haskyll