https://github.com/rdmello/learning_haskell
Learning Haskell to understand functional programming
https://github.com/rdmello/learning_haskell
Last synced: 7 months ago
JSON representation
Learning Haskell to understand functional programming
- Host: GitHub
- URL: https://github.com/rdmello/learning_haskell
- Owner: rdmello
- Created: 2016-05-12T13:37:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T22:47:48.000Z (about 10 years ago)
- Last Synced: 2025-01-03T13:41:32.836Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Haskell and Functional Programming
- Goals: to understand a burgeoning field of programming that can improve coding style
: also it can help understand things like map, filter, and reduce
## Links
- http://learnyouahaskell.com/ has a pretty great book which I'm following along