@fwoar/js-data-lens
v0.1.1
Published
Small functional utilities
Maintainers
Readme
Table of Contents
Intro
What is this? Some minimal functional programming utilities imitating the api of fwoar-functional-utils.el and 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.
