[racket] Numbers with dimensions
On 2013-10-25 12:14, Konrad Hinsen wrote:
> [...]
> In fact, the only approaches
> I know of that use static type checking are Boost.Units for C++
> (http://www.boost.org/doc/libs/1_54_0/doc/html/boost_units.html),
> and the units package for Haskell (http://hackage.haskell.org/package/units).
> [...]
Hello,
in that respect, the type system of F# may be noteworthy, too. The
support for dimensions is built into the language in that case.
Ciao,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.