1.0.0 • Published 8 years ago

rrbit v1.0.0

Weekly downloads
1
License
WTFPL
Repository
-
Last release
8 years ago

Note: this library is in alpha stage. while the code is tested and considered stable, breaking API changes are still being explored

API

  • RRBit promotes a functional style API with data last.
  • Most functions are automatically curried see API Page

Interoperability

RRBit vectors also implement Fantasy Land interfaces for

  • Monoid
  • Functor
  • Applicative
  • Monad(coming)
  • Under consideration:
    • Traversable
    • Foldable

Static Land expected to follow soon

TODO:

  • explore compatibility with common JS libs(e.g. ramda uses a different curry signature)
  • publish performance results
  • finish the high performance append functionality
  • restructure project for smaller es6 module builds
  • dethrone ImmutableJS ftw!