D_vs_nim: git repo to compare features of D vs nim and help migrating code bw them. PRs welcome

Walter Bright newshound2 at digitalmars.com
Tue Mar 27 21:49:16 UTC 2018


On 3/27/2018 5:11 AM, Guillaume Piolat wrote:
> - ability to write file during CTFE is not necessarily positive. THough I can't 
> tell why from the top of my mind.

The act of compiling a buggy program not influence the global state of the 
computer. It should not be necessary to vet code downloaded from the internet 
before even compiling it to ensure it doesn't mess up the system.

CTFE should run in a sandbox. It must be safe to compile code.


More information about the Digitalmars-d-announce mailing list