On Saturday, 14 January 2017 at 17:42:05 UTC, Ignacious wrote:
Why can't string concatenation automatically try to convert the arguments? Is there any reason this is bad behavior?
Somehow I think that everything implicitly converting to a string seems like a bad idea.
Although writefln and writeln using ,'s seems like better ideas than some minor JavaScript convenience.