An open API service indexing awesome lists of open source software.

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

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)