Interview at Lang.NEXT
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Jun 16 23:21:26 PDT 2014
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
More information about the Digitalmars-d-announce
mailing list