An open API service indexing awesome lists of open source software.

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.

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