https://github.com/guumaster/functional-javascript-experiment
A re-implementation of JavaScript building blocks in a functional way. Just as a learning excersice.
https://github.com/guumaster/functional-javascript-experiment
Last synced: about 1 year ago
JSON representation
A re-implementation of JavaScript building blocks in a functional way. Just as a learning excersice.
- Host: GitHub
- URL: https://github.com/guumaster/functional-javascript-experiment
- Owner: guumaster
- Created: 2016-02-24T21:05:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T21:40:44.000Z (over 10 years ago)
- Last Synced: 2025-07-01T12:03:47.043Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional JavaScript Experiment
A reimplementation of several building block in a functional way.
This is only for learning and testing, do not use it for any productive purpose.
## Requirements
No transpilation needed, but it'll use latest NodeJS version and some flags to simplify code wherever is possible.
- Node v5+
- flag "--harmony_rest_parameters"
## TODO
### implement
* prop / pluck
* while / until
* always
### try
* auto curry all