trouble getting started with D

Andrew Marlow marlow.andrew at googlemail.com
Thu Mar 18 05:43:40 PDT 2010


bearophile Wrote:

> Andrew Marlow Wrote:
> >So I tried ldc but it complains that it can't import std.stdio.<
> 
> ldc is a D1 compiler that comes with Tango standard lib, so it doesn't have the std.stdio. You have to use Tango I/O functions.

Well, thanks for that, at least I know now. But I am a bit peeved. What is the point in calling something 'std' if it is not standard. I am used to 'std' meaning 'it comes with the compiler environment'.





More information about the Digitalmars-d mailing list