2.1.0 • Published 7 years ago

gama v2.1.0

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

Γ CircleCI

A practical 2D math/geometry library for functional JavaScript, based on Ramda.

Why Gama?

Gama is based on Ramda and follows its philosophy. The primary features of Gama are:

  • Immutability and side-effect free functions are at the heart of its design philosophy. This can help you get the job done with simple, elegant code.
  • Functions are automatically curried. This allows you to easily build up new functions from old ones simply by not supplying the final parameters.

Installation

npm install gama

Testing

npm install

npm run lint
npm run test
2.1.0

7 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago