Awesome
ova
stateful arrays for clojure
DEPRECATION NOTICE
ova has been merged into hara. Please see updated docs for updated version.
Installation
Add to project.clj
[im.chit/ova "1.0.1"]
All functions are in the ova.core
namespace.
Documentation
See main site at:
To generate this document for offline use:
- Clone this repository
> git clone https://github.com/zcaudate/ova.git
-
Install lein-midje-doc.
-
Create
doc
folder
> mkdir doc
- Run in project folder
> lein midje-doc
The output will be generated in doc/index.html
Blog
See You took 3 months to write a mutable array for clojure? for motivation and write up.
License
Copyright © 2013 Chris Zheng
Distributed under the MIT License