An open API service indexing awesome lists of open source software.

https://github.com/mikebharris/haskell-learning


https://github.com/mikebharris/haskell-learning

Last synced: 2 months ago
JSON representation

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-problem

Some 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