https://github.com/jackfirth/glass
An optics (lenses, prisms, traversals, etc.) library for Racket.
https://github.com/jackfirth/glass
Last synced: 3 months ago
JSON representation
An optics (lenses, prisms, traversals, etc.) library for Racket.
- Host: GitHub
- URL: https://github.com/jackfirth/glass
- Owner: jackfirth
- License: apache-2.0
- Created: 2020-07-27T01:48:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T02:46:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T05:17:14.943Z (3 months ago)
- Language: Racket
- Size: 67.4 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glass [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs]
An optics (lenses, prisms, traversals, etc.) library for Racket.
This is just a fun experiment, I'm not seriously considering using this for now.
This library is a hypothetical replacement for the `lens` package.[ci-status]: https://github.com/jackfirth/glass/actions
[ci-status-badge]: https://github.com/jackfirth/glass/workflows/CI/badge.svg
[docs]: https://docs.racket-lang.org/glass/index.html
[docs-badge]: https://img.shields.io/badge/docs-published-blue.svg