
clj-units
This Clojure library defines data types that represent dimensions (length, time, mass, ...), units (m, km, ft, ...), and physical quantities (2 meters, 3 hours, ...). It allows the definition of any number of unit systems, even though for most applications the SI unit system (provided with the library) should be sufficient.
This library uses the still experimental deftype construct in the current development branch of Clojure. For this reason, this library cannot be considered ready for production code yet.
There isn't much documentation yet. Check out the docstrings and the scripts under "examples".
The jar files for clj-units releases are at clojars.org and in the download section of this site. The dependencies are * Clojure 1.2 (master branch at http://github.com/richhickey/clojure/) * Clojure-contrib (master branch at http://github.com/richhickey/clojure-contrib/) * clj-nstools 0.2.2 or later (http://code.google.com/p/clj-nstools)
Project Information
- License: Eclipse Public License 1.0
- 7 stars
- hg-based source control
Labels:
clojure
physics
units
dimensions