https://github.com/edmilson-dk/learn-haskell
My trajectory in haskell studies, a little bit every day.
https://github.com/edmilson-dk/learn-haskell
haskell haskell-studies
Last synced: over 1 year ago
JSON representation
My trajectory in haskell studies, a little bit every day.
- Host: GitHub
- URL: https://github.com/edmilson-dk/learn-haskell
- Owner: edmilson-dk
- License: mit
- Created: 2021-03-22T17:34:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T17:12:02.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:31:52.235Z (over 1 year ago)
- Topics: haskell, haskell-studies
- Language: Haskell
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Haskell

My trajectory in haskell studies, a little bit every day.
## Motivation
My central reason for studying haskell, is the possibility to understand more deeply how the functional programming ecosystem works and to get a little out of the bubble of the object-oriented world, besides the pleasure of obtaining more knowledge.
## Results of the studies
* [Day 01](https://github.com/edmilson-dk/learn-haskell/blob/main/day-01)
* [Day 02](https://github.com/edmilson-dk/learn-haskell/blob/main/day-02)
* [Day 03](https://github.com/edmilson-dk/learn-haskell/blob/main/day-03)
* [Day 04](https://github.com/edmilson-dk/learn-haskell/blob/main/day-04)
* [Day 05](https://github.com/edmilson-dk/learn-haskell/blob/main/day-05)
* [Day 06](https://github.com/edmilson-dk/learn-haskell/blob/main/day-06)
* [Day 07](https://github.com/edmilson-dk/learn-haskell/blob/main/day-07)