On Friday, 29 December 2017 at 07:53:51 UTC, IM wrote: > I will start: > I will add: // ---------- module test; import std.stdio; @safe void main() { writeln("I'd like to see @safe as being the default"); } // ------------