Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Charlynux/fp-the-right-way
Repo de la présentation "La programmation fonctionnelle par le bon bout"
https://github.com/Charlynux/fp-the-right-way
Last synced: about 1 month ago
JSON representation
Repo de la présentation "La programmation fonctionnelle par le bon bout"
- Host: GitHub
- URL: https://github.com/Charlynux/fp-the-right-way
- Owner: Charlynux
- Created: 2018-07-10T15:53:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:22:36.000Z (about 2 years ago)
- Last Synced: 2024-08-28T18:15:19.581Z (5 months ago)
- Language: CSS
- Size: 3.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# La programmation fonctionnelle par le bon bout
## Installation et lancement
```
npm install
npm run start
```## Références
[Ramda](https://ramdajs.com/)
[partial.lenses](https://github.com/calmm-js/partial.lenses)
[I thought I had a pretty good grasp of functional programming. I was wrong.](https://twitter.com/matthewconover/status/1004130417522298880?s=20)
[Imperative code is too easy to write (André Staltz)](https://staltz.com/its-easy-to-write-imperative.html)
[Lenses don't compose backwards](https://www.reddit.com/r/haskell/comments/23x3f3/lenses_dont_compose_backwards/)
## Pour aller plus loin
[Crocks](https://github.com/evilsoft/crocks)
[Sanctuary](https://github.com/sanctuary-js/sanctuary)