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

2010-01-14 Thread Simon Brooke
On 14 Jan, 15:49, Scott Jaderholm wrote: > 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 code is athttp://gist.github.com/276662#file_units.clj > > I'd love to recei

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

2010-01-14 Thread Mike Davis
On Jan 14, 10:12 am, Brian wrote: > 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. I have always liked the units tool available here: http://www.gnu.org/software/units/. I