Thread overview
Part of D available to run at compile time
Mar 29, 2016
Carl Sturtivant
Mar 29, 2016
Ali Çehreli
Mar 30, 2016
rikki cattermole
March 29, 2016
is there documentation on which parts of D are available to compile time execution?

March 29, 2016
On 03/29/2016 03:29 PM, Carl Sturtivant wrote:
>
> is there documentation on which parts of D are available to compile time
> execution?
>

This seems to be the official spec:

  https://dlang.org/spec/function.html#interpretation

See you at DConf! ;)

Ali

March 30, 2016
On 30/03/2016 11:29 AM, Carl Sturtivant wrote:
>
> is there documentation on which parts of D are available to compile time
> execution?

Rule of thumb, if it can be pure and @safe, you're good to go.