https://github.com/mikebharris/haskell-learning
https://github.com/mikebharris/haskell-learning
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikebharris/haskell-learning
- Owner: mikebharris
- License: gpl-3.0
- Created: 2024-05-10T05:47:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T08:06:17.000Z (2 months ago)
- Last Synced: 2025-03-18T09:24:11.311Z (2 months ago)
- Language: Haskell
- Size: 6.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell co-learning project: Mike H and Naomi R
From the books:
* "Get Programming with Haskell" by Will Kurt
* "Learn you a Haskell for great good" by Miran Lipovaça - https://learnyouahaskell.com/chapters
* Bartosz Milewski's Category Theory for Programmers - https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
* Some other stuff from https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Type_basics
* And an attempt at the train timetable problem ' https://github.com/mikebharris/train-timetable-interview-problemSome useful links:
* Mob.sh tool - https://mob.sh/
* IntelliJ quick reference card - Windows & Linux keymaps - https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf?_ga=2.239599683.1124354442.1606300477-394741017.1595697173
* Although actually we've been using VS Code