Interesting rant about Scala's issues

Meta jared771 at gmail.com
Thu Apr 3 18:21:44 PDT 2014


Whoops, should be:

import std.stdio;

void main()
{
	float x1 = long.max;
	float x2 = long.max - int.max;
	writeln(typeof(x2).stringof, " ", x2);
}

Not that it makes a difference.


More information about the Digitalmars-d-announce mailing list