"The End of Native Code"

Walter Bright newshound at digitalmars.com
Tue Jun 13 17:16:46 PDT 2006


David Medlock wrote:
> Are you saying you will move towards SML like typing (Hindley-Milner 
> type) ?
> 
> Please elaborate if you can.

Nothing formal, just looking to extend type inference where it can be, 
such as:

	auto x = foo();

instead of:

	int x = foo();



More information about the Digitalmars-d mailing list