null references redux + Looney Tunes

language_fan foo at bar.com.invalid
Mon Oct 5 04:41:52 PDT 2009


Mon, 05 Oct 2009 05:29:20 -0600, Rainer Deyke thusly wrote:

> bearophile wrote:
>> Scala has a powerful type system that allows to implement such things
>> in a good enough way:
>> 
>> http://www.michaelnygard.com/blog/2009/05/
units_of_measure_in_scala.html
> 
> Either I'm missing something, or this system only checks units at
> runtime (which would make it both slow and unsafe).
> 
> Boost.Units (C++) checks units at compile time.  There is no reason why
> D could not use the same approach.

There have been several existing implementations of SI unit libraries for 
D. By Oskar Linde et al. The checking can be built statically without any 
runtime performance penalty.



More information about the Digitalmars-d mailing list