<div dir="ltr"><div><div><div><div>Point taken.<br></div>So I've redesigned it somewhat, and now there are 2 calculation "modes":<br></div><div>- The normal mode is pretty much like Frink (probably the one you want), which converts everything to base SI units. Conversion back to non base units can be done afterwards.<br>

</div><div>- The "quoted" mode prevents a unit from being converted to SI base units. It's useful if you want to add miles without having to convert back to miles after the addition. It is also useful to read values from text files. Such quoted units can still be converted to base units. <br>

<br></div><div>Quoted and normal units can be used together.<br></div><div><br></div>See several examples in the readme: <a href="https://github.com/Metaxal/measures">https://github.com/Metaxal/measures</a><br><br></div>
However, there is (yet?) no real notion of dimension and relations between them.<br>
<br></div>All comments welcome.<br>Laurent<br><div><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 7:54 AM, Konrad Hinsen <span dir="ltr"><<a href="mailto:konrad.hinsen@fastmail.net" target="_blank">konrad.hinsen@fastmail.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">Laurent writes:<br>
<br>
 > Indeed, the notion of dimension is not really what I was after. My intention was rather<br>
 > to provide a useful unit converter.<br>
<br>
</div>Fair enough.<br>
<div class="im"><br>
 > If my current units are in N, and I multiply by square seconds, I<br>
 > think it's not always desirable for the measure to be automatically<br>
 > converted to <a href="http://m.kg" target="_blank">m.kg</a>.<br>
<br>
</div>N/s^2 and m kg are the same unit, so there is nothing to convert. The normalized<br>
form in the SI system is m kg, so one could consider N/s^2 an alias for it.<br>
<div class=""><div class="h5"><br>
Konrad.<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div></div></div></div></div></div></div>