Time to rename "D" to "@D" !?

Joakim via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 23 15:33:16 PDT 2014


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/lmmdej$2j94$1@digitalmars.com#post-lncpdr:242ufh:241:40digitalmars.com


More information about the Digitalmars-d mailing list