On Monday, 23 June 2014 at 22:02:26 UTC, Tobias Pankrath wrote:
import std.stdio;

@safe int safe()
{
        auto i = 8;
        return i;
}

void main(string ars[])
{
        writeln(safe);
        
}
---------------------------

What you want is just impossible...

Would be a good use case for dfix. It really isn't hard to rename every identifier consistently.

Yep, perfect place to start experimenting with a Dfix and see what kind of language cleanup it would afford.

For those who don't know what we're talking about:

http://blog.golang.org/introducing-gofix

Andrei seems enthusiastic:

http://forum.dlang.org/thread/[email protected]#post-lncpdr:242ufh:241:40digitalmars.com

Reply via email to