Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalspano/func-prog
My take on Functional Programming.
https://github.com/michalspano/func-prog
clojure functional-programming haskell personal
Last synced: about 9 hours ago
JSON representation
My take on Functional Programming.
- Host: GitHub
- URL: https://github.com/michalspano/func-prog
- Owner: michalspano
- Created: 2023-03-25T15:36:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:57:07.000Z (3 months ago)
- Last Synced: 2024-08-28T22:25:33.018Z (3 months ago)
- Topics: clojure, functional-programming, haskell, personal
- Language: Haskell
- Homepage: http://fp.michalspano.com
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
I plan to post about my take on Functional Programming on this subdomain. I've
emerged myself into this __paradigm__ and I grew thoroughly fond of it.
Therefore, I want to share my thoughts and ideas about it, as well as my own
implementations of some of the most popular __algorithms__, __data
structures__, and so forth -- to show, that __FP__ is not only about __pure
functions__ and __immutable data__ – it's also about another way of thinking
and approaching problems.## Local Development
```sh
./dev.sh
```This website is based on [niklasbuschmann][link-to-template]'s **contract**
`Jekyll`-based template. Consider the attached docs of that repository instead.[link-to-template]: https://github.com/niklasbuschmann/contrast