Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Paul
I bought the book and am trying to patiently learn this language. I follow various tutorials here and around the web that frequently won't compile. I suspect it has something to do with D1/D2/Phobos/Tango and not just really poor unvetted tutorials. It would really be helpful if those provid

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Somedude
Le 18/04/2012 14:34, Paul a écrit : > I bought the book and am trying to patiently learn this language. I > follow various tutorials here and around the web that frequently won't > compile. I suspect it has something to do with D1/D2/Phobos/Tango and > not just really poor unvetted tutorials. It

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread H. S. Teoh
On Wed, Apr 18, 2012 at 04:15:12PM +0200, Somedude wrote: > Le 18/04/2012 14:34, Paul a écrit : > > I bought the book and am trying to patiently learn this language. I > > follow various tutorials here and around the web that frequently > > won't compile. I suspect it has something to do with > >

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Jordi Sayol
Al 18/04/12 16:15, En/na Somedude ha escrit: > Le 18/04/2012 14:34, Paul a écrit : >> I bought the book and am trying to patiently learn this language. I >> follow various tutorials here and around the web that frequently won't >> compile. I suspect it has something to do with D1/D2/Phobos/Tango

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Jacob Carlborg
On 2012-04-18 16:15, Somedude wrote: Hi ! It's simple: use D2, and forget about Tango. What's wrong with Tango? It works with D2 and you can have it side by side with Phobos. The XML library in Tango is superior to the one in Phobos. -- /Jacob Carlborg

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Stewart Gordon
On 18/04/2012 13:34, Paul wrote: I bought the book and am trying to patiently learn this language. I follow various tutorials here and around the web that frequently won't compile. I suspect it has something to do with D1/D2/Phobos/Tango and not just really poor unvetted tutorials. It would re

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread Paul
On Wednesday, 18 April 2012 at 14:15:08 UTC, Somedude wrote: Le 18/04/2012 14:34, Paul a écrit : I bought the book and am trying to patiently learn this language. I follow various tutorials here and around the web that frequently won't compile. I suspect it has something to do with D1/D2/Pho

Re: Clearly Label D1/D2/Tango/Phobos

2012-04-18 Thread H. S. Teoh
On Thu, Apr 19, 2012 at 12:34:09AM +0200, Paul wrote: [...] > As for the example from this site under std.stdio; it should > compile. It's a simple program. This is the mother site. > > A member helped me realize that it needs "import std.stdio;" > > > // test.d > void main(string args[]) > {