www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Part of D available to run at compile time

reply Carl Sturtivant <sturtivant gmail.com> writes:
is there documentation on which parts of D are available to 
compile time execution?
Mar 29 2016
next sibling parent =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
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
Mar 29 2016
prev sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
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.
Mar 29 2016