cark / data.lenses

Provides data type and functions to work with lenses, also known as functional references.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Provides data type and functions to work with lenses, also known as functional references.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%