https://github.com/sgevorg/fp-js-workshop
Functional Programming basics in Javascript workshop for Iterate Hackerspace
https://github.com/sgevorg/fp-js-workshop
functional-programming javascript ramda-fantasy workshop
Last synced: 10 months ago
JSON representation
Functional Programming basics in Javascript workshop for Iterate Hackerspace
- Host: GitHub
- URL: https://github.com/sgevorg/fp-js-workshop
- Owner: SGevorg
- Created: 2017-05-11T18:41:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T07:45:21.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T19:05:38.641Z (10 months ago)
- Topics: functional-programming, javascript, ramda-fantasy, workshop
- Language: JavaScript
- Homepage: http://iteratehackerspace.com/
- Size: 559 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional Programming Javascript Workshop
Code snippets to demonstrate various functional programming concepts for a workshop at [iterate hackerspace](http://iteratehackerspace.com/)
This repo includes simple examples of file load done in different ways to demonstrate the difference between functional and other ways of doing things.
## How to use
- The `read-files` contains different `fileLoader` implementations with comments
- The `read-file-clients` contains the usages of `fileLoader`.
## Things to look up
- The libraries used: [Ramda fantasy](https://github.com/ramda/ramda-fantasy)
- A fantastic work done to specify category theory concepts for Javascript which ramda fantasy implements: [Fantasy land](https://github.com/fantasyland/fantasy-land)