Writing highly readable, and declarative programs by writing pure, compositional and point-free code.
An example driven, interactive series of tutorials on purely functional programming in JavaScript with exercises.
Run $ npm install
, then the .js
files and the corresponding npm script to view logs.
Example: open 1_currying.js
and run $ npm run curry1
- Part 2, 3 and 4 coming soon...