Re: [ANN] units.clj - unit conversion functions without repeating yourself

2010-01-14 Thread Brian
This is more java related but there is a java library and application ( http://futureboy.us/frinkdocs/) that provides a set of very powerful unit conversion tools. On Thu, Jan 14, 2010 at 10:49 AM, Scott Jaderholm wrote: > Hi, > > I created a library that provides unit conversion functions[1] fo

[ANN] units.clj - unit conversion functions without repeating yourself

2010-01-14 Thread Scott Jaderholm
Hi, I created a library that provides unit conversion functions[1] for several common units and allows you to define new units conversions with a single equation. The library does a few interesting things automatically: First, if you define inches-to-feet, it will create feet-to-inches for you.