Code snippets to demonstrate various functional programming concepts for a workshop at iterate hackerspace
This repo includes simple examples of file load done in different ways to demonstrate the difference between functional and other ways of doing things.
- The
read-files
contains differentfileLoader
implementations with comments - The
read-file-clients
contains the usages offileLoader
.
- The libraries used: Ramda fantasy
- A fantastic work done to specify category theory concepts for Javascript which ramda fantasy implements: Fantasy land