Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/functional-oo
An ES6/7 implemntations for @lizhuoli1126's practices of functional JS
https://github.com/jacobbubu/functional-oo
Last synced: 14 days ago
JSON representation
An ES6/7 implemntations for @lizhuoli1126's practices of functional JS
- Host: GitHub
- URL: https://github.com/jacobbubu/functional-oo
- Owner: jacobbubu
- Created: 2015-10-10T16:11:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T16:14:54.000Z (over 9 years ago)
- Last Synced: 2024-11-13T16:12:03.969Z (2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
I've rewritten [Functional-OO](https://github.com/lizhuoli1126/Functional-OO) in ES6/7 to show how does the new JS grammar make the functional programming more streamlined.And also I've added some engineering bootstraps in `gulp.babel.js` and unit tests in the folder 'test'.
To build and run tests:
```
npm run build
npm test
```Only `promisify`, `curry` , `Optional` and `Monad` have been implemented.