https://github.com/fiddlerwoaroof/js-data-lens
Functional utilities for javascript
https://github.com/fiddlerwoaroof/js-data-lens
Last synced: about 1 year ago
JSON representation
Functional utilities for javascript
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/js-data-lens
- Owner: fiddlerwoaroof
- Created: 2022-03-20T23:34:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T00:45:14.000Z (almost 2 years ago)
- Last Synced: 2025-07-14T05:17:00.228Z (about 1 year ago)
- Language: JavaScript
- Size: 935 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Intro
What is this? Some minimal functional programming utilities imitating
the api of [[https://github.com/fiddlerwoaroof/dotfiles/blob/master/emacs.d/packages/fwoar-functional-utils.el][fwoar-functional-utils.el]] and [[https://github.com/fiddlerwoaroof/data-lens][data-lens]] to enable easy
translation of transformations between elisp, common lisp and
javascript. These functions all follow the convention where they are
first called with the "secondary" arguments to the operation and then,
next, they are called with the data structure to operate on. This enables
a compositional style, without the overhead of something like Ramda's
currying.
[[https://www.npmjs.com/package/@fwoar/js-data-lens][https://img.shields.io/npm/v/@fwoar/js-data-lens.svg]]