https://github.com/cark/data.lenses
Provides data type and functions to work with lenses, also known as functional references.
https://github.com/cark/data.lenses
Last synced: 11 months ago
JSON representation
Provides data type and functions to work with lenses, also known as functional references.
- Host: GitHub
- URL: https://github.com/cark/data.lenses
- Owner: cark
- License: epl-1.0
- Created: 2012-09-11T06:13:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-19T16:56:11.000Z (over 13 years ago)
- Last Synced: 2025-07-02T04:37:44.260Z (12 months ago)
- Language: Clojure
- Size: 284 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
Awesome Lists containing this project
README
# cark.data.lenses
## Installing
Using lein2, add the reference to your project.clj
[cark/data.lenses "0.0.1-SNAPSHOT"]
## Usage
API doc : http://cark.github.com/data.lenses/
Sample project : https://github.com/cark/data.lenses/tree/master/example
Tutorial/example : https://github.com/cark/data.lenses/blob/master/example/src/example/core.clj
## License
Copyright (c) Sacha De Vos and contributors. All rights reserved.
The use and distribution terms for this software are covered by the
Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file LICENSE.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.