On 2015-03-31 02:49, Rikki Cattermole wrote:
While we are at it, how about improving CTFE to be fully JIT'd and support calling external code? That way it is only a small leap to add unittests to be CTFE'd.
It's already possible to run unit tests during compile time as CTFE [1]. [1] http://forum.dlang.org/thread/[email protected] -- /Jacob Carlborg
