https://github.com/seem/zip
Functional hierarchical zipper, with navigation, editing, and enumeration. Port of clojure.zip to JavaScript
https://github.com/seem/zip
functional immutable tree zipper
Last synced: over 1 year ago
JSON representation
Functional hierarchical zipper, with navigation, editing, and enumeration. Port of clojure.zip to JavaScript
- Host: GitHub
- URL: https://github.com/seem/zip
- Owner: seeM
- License: mit
- Created: 2021-05-04T04:29:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T05:09:31.000Z (about 5 years ago)
- Last Synced: 2024-05-02T05:12:23.142Z (about 2 years ago)
- Topics: functional, immutable, tree, zipper
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zip
Functional hierarchical zipper, with navigation, editing, and enumeration. Port of [clojure.zip](https://clojure.github.io/clojure/clojure.zip-api.html) to JavaScript.
## Install
```$ npm install @wasimlorgat/zip```
## Further reading
- Gérard Huet's [original paper](http://gallium.inria.fr/~huet/PUBLIC/zip.pdf).
- Pavel Panchekha's [series of essays](https://pavpanchekha.com/blog/zippers/huet.html).