On Wednesday, August 08, 2012 21:21:38 Namespace wrote: > Quick question: I've asked that for some time: why is it > std.stdio and not std.io?
I don't remember. Probably because it's stdio.h in C/C++. But Steven Schveighoffer is working on a replacement for it which will probably be named std.io. So, in the long run, that's probably what we'll end up with. - Jonathan M Davis