/hara

General purpose clojure utility library

Primary LanguageClojure

hara

Build Status

General purpose utilities library. Please see finding a middle ground for motivations and reasoning.

Whats New

2.1.11

  • bugfix for hara.reflect, added hara.object namespace

2.1.10

  • Fixed all reflection warnings

2.1.8

  • Reworked hara.reflect to use only functions, moved helper macros into vinyasa

2.1.5

  • Fix for hara.component to work with none record-based components

2.1.4

  • Moved iroh to im.chit/hara.reflect
  • Added initialisers for hara.component

Installation

Add to project.clj dependencies:

[im.chit/hara "2.1.11"]

or

[im.chit/hara.<PACKAGE> "2.1.11"]

or

[im.chit/hara.<PACKAGE>.<NAMESPACE> "2.1.11"]

Where PACKAGE and NAMESPACE can be seen from the API Documentation. Please see documentation for examples of usage.

License

Copyright © 2015 Chris Zheng

Distributed under the MIT License