https://github.com/benji6/cataclysm
Functional programming utility library written in TypeScript
https://github.com/benji6/cataclysm
curried functional functional-programming typescript utilities utility
Last synced: 2 months ago
JSON representation
Functional programming utility library written in TypeScript
- Host: GitHub
- URL: https://github.com/benji6/cataclysm
- Owner: benji6
- License: mit
- Created: 2015-11-22T11:15:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T14:19:27.000Z (about 7 years ago)
- Last Synced: 2025-09-07T10:36:03.482Z (2 months ago)
- Topics: curried, functional, functional-programming, typescript, utilities, utility
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cataclysm
[](https://travis-ci.org/benji6/cataclysm)
## Design Principles
- Static type checking over dynamic type checking
- Functions are pure and side-effect free
- Functions never mutate data
- Auto-currying for convenient partial-application
- Zero dependencies