0.0.1 • Published 7 years ago

open-box v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

OpenBox

Code style: airbnb

OpenBox - A collection of simple funcational tools for everyday programming use

This project is currently a fun way for me to solidify my knowledge of functional programming in JS, testing and documentation writing. That being said, it's limited feature set production ready and being used in Proovi.io;

It is based off the material from Brian Lonsdorf's excellent tutorial series on egghead.io. Along with help from Chet Harrison's A Gentle Introduction to Functional JavaScript.

I've been writing notes about my experience learning FP in JS in the Wiki of this project.

This project follows the Fantasy Land spec.

Containers (types)

  • Box (functor)
  • Either
    • Todo...

Build

yarn build-all

Test

yarn test

Thanks to

License

MIT