Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/learnhaskell
Notes and code practice that I use to understand haskell concepts
https://github.com/calvinchengx/learnhaskell
Last synced: 4 months ago
JSON representation
Notes and code practice that I use to understand haskell concepts
- Host: GitHub
- URL: https://github.com/calvinchengx/learnhaskell
- Owner: calvinchengx
- License: mit
- Created: 2015-01-13T11:43:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T10:33:05.000Z (over 9 years ago)
- Last Synced: 2024-10-02T09:15:00.420Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![] (HaskellLogo.png "Haskell")
# Learn Haskell
A collection of code samples illustrating functional programming concepts, organised by topic, and with reference slides.
More haskell fundamentals can be found in Haskell Koans repository. (hskoans)
## List of sub-directories with reference source code
* helloworld
* purity
* first class function
* lexical scope
* safe recursion
* purity
* currying
* map, filter, reduce
* functors
* applicative functors
* monads## Reference slides
* [Functional programming for OO programmers - part 1](http://www.slideshare.net/calvinchengx/functional-programming-part01 "FP for OO programmers")
* [Functional programming for OO programmers - part 2](http://www.slideshare.net/calvinchengx/functional-programming-for-oo-programmers-part-2 "FP for OO programmers")