JSPM

  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q67558F
  • License MIT

Functional programming library in JavaScript.

Package Exports

  • @7urtle/lambda

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@7urtle/lambda) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@7urtle/lambda

Functional programming library in JavaScript.

npm NpmLicense npm bundle size (minified) npm bundle size (minified + gzip)

Why lambda

Lambda was created to allows us to embrace functional programming in JavaScript. It focuses on providing highly performant code which is itself built using functional paradigms. Provided functions are simple, curried, pure and optimised for partial application and function composition.

@7urtle/lambda functions are never bloated by performing extra tasks. Because of that the code is very lightweight and predictable.