Skip to content

A Series on Purely Functional Programming in JavaScript

Notifications You must be signed in to change notification settings

adityavkk/functionalJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Functional JS

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 1: Currying and Composition

Part 2: Functors and Applicative Functors

Part 3: Monads

Part 4: Project

  • Part 2, 3 and 4 coming soon...

References

About

A Series on Purely Functional Programming in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published