pureeval-es

2.5.0 • Public • Published

PureEval

logo

license

View this document in 简体中文 | English

PureEval was created for the VoxelGeometry project, aiming to build a compact yet powerful JavaScript functional utility toolkit.

PureEval has the following features:

  • Support for currying and higher-order functions.
  • Abundance of utility functions for functional programming.
  • Support for lazy evaluation of lists.
  • Available abstract structures such as IO, Maybe, Either, Task, etc.
  • Includes handy tools like optics and stateMachine.
  • Small size, concise code, and extremely low embedding cost.

Build

git clone https://github.com/PureEval/PureEval.git
cd PureEval
npm install
npm run build

Usage

For PureEval documentation, please visit: Documentation.

Package Sidebar

Install

npm i pureeval-es

Weekly Downloads

1

Version

2.5.0

License

GPL

Unpacked Size

22.8 kB

Total Files

3

Last publish

Collaborators

  • pureeval