2019-06-18 02:02:02 +03:00
|
|
|
# Explaining Haskell
|
|
|
|
|
|
|
|
Source code for my planned "Explaining Haskell" documentation project wherein I
|
|
|
|
would explain the various Haskell concepts that I have come to understand since
|
|
|
|
2018.
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
- [x] Think of first article to write
|
2019-06-19 04:43:13 +03:00
|
|
|
- [ ] DOING: Write it
|
|
|
|
- [ ] DOING: Develop backend & frontend to serve an article
|
2019-06-18 02:02:02 +03:00
|
|
|
- [ ] Deploy to production
|
|
|
|
- [ ] Share and get feedback on first article
|
2019-06-19 04:43:13 +03:00
|
|
|
|
|
|
|
- [ ] Upgrade mmark (thus megaparsec, etc.)
|
|
|
|
|
|
|
|
## Article Ideas
|
|
|
|
|
|
|
|
See articles/ for existing stubs. In addition, consider these ideas:
|
|
|
|
|
|
|
|
- Github CI for OSS haskell projects
|
|
|
|
-
|