On 16/06/14 16:00, Bruno Medeiros wrote:

I sometimes tried to convince dynamic language proponents - the ones
that write unittests at least - of the benefits of static typing, by
stating that static typing is really just "compile time unit-tests"! (it
is actually)

You can actually do compile time unit tests in D, that is not the type system. I.e. unit tests for CTFE functions that runs at compile time. Pretty cool actually :)

--
/Jacob Carlborg

Reply via email to