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-filescontains differentfileLoaderimplementations with comments - The
read-file-clientscontains 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