https://github.com/michalspano/func-prog
My take on Functional Programming.
https://github.com/michalspano/func-prog
clojure functional-programming haskell personal
Last synced: 8 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:57:07.000Z (about 1 year ago)
- Last Synced: 2025-01-18T01:26:17.698Z (10 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