Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eloyekunle/haskell_snippets
Useful snippets and algorithms in Haskell
https://github.com/eloyekunle/haskell_snippets
algorithms functional-programming hackerrank haskell
Last synced: about 2 months ago
JSON representation
Useful snippets and algorithms in Haskell
- Host: GitHub
- URL: https://github.com/eloyekunle/haskell_snippets
- Owner: eloyekunle
- Created: 2018-09-17T13:27:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T11:48:43.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T10:47:27.420Z (3 months ago)
- Topics: algorithms, functional-programming, hackerrank, haskell
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi. Thanks for checking out this repository.
I've played around with some basic functional programming implementations in Python and Javascript over the years. Recently, I decided to take the goat by the horns and learn Haskell, which comes highly recommended for Functional Programming.
As part of my efforts to learn by doing, I'm solving Functional Programming problems on [Hackerrank](https://hackerrank.com/domains/fp).
Also, using these resources:
- [Functional Education](http://bitemyapp.com/posts/2014-12-31-functional-education.html) - Blog Post
- [cis194 Spring 2013](http://www.seas.upenn.edu/~cis194/spring13/) - Course
- [NICTA](https://github.com/NICTA/course/) - Course
- Haskell - The Craft of Functional Programming - BookCheers.