Syntax for Units
Converting between units is error prone and clutters formulas very much. Therefore the language should have support for units built into it. To have physical units as part of the language the syntax must be extended.
Whiteboard
Blog article about a language with units of measure:
http://
Syntax
--------
The unit should be written between curly braces, like this: {m/s}. This has the advantage of leaving the square braces for selecting a place/subspace in a distributed variable. It is also more or less correct, according to the German Wikipedia:
http://
Other Units Packages to investigate
-------
units
http://
quantities
http://
http://
Unum
License: LGPL
http://
PhysicalQuantities
Can really parse unit prefixes.
http://
simtk.physical.
https:/