Re: D programming language specification ebook

2011-07-09 Thread Tyro[a.c.edwards]
On 7/9/2011 11:30 AM, Walter Bright wrote: Here's a binary of it. Try it out on your ebook reader! http://digitalmars.com/d/2.0/dlangspec.mobi Awesome... But I'm using an iPad and don't plan on using the kindle software because requires me to open an account with Amazon -- Not interested.

Re: D web site facelift

2010-07-02 Thread Tyro[a.c.edwards]
Looks great in IE 8, Chrome 5, Firefox 3, and Opera 10! I like it so far. Now all we need now is to find someone to revamp the web interface to this newsgroup on we would be set.

Re: TDPL draft updated on Safari Rough Cuts

2009-12-03 Thread Tyro[a.c.edwards]
Andrei Alexandrescu Wrote: > After a very long delay, Safari finally updated the TDPL draft on their > Rough Cuts service (http://my.safaribooksonline.com/roughcuts). They > claim things will be back to normal now, and that another update > (containing almost the entire book) is due in a week.

Re: where's fwritefln? Re: dmd 2.029 release

2009-04-20 Thread Tyro[a.c.edwards]
annoyed Wrote: > It's in dmd-v2.026/src/phobos/std/stdio.d:void fwritefln(FILE* fp, ...) > > but I cannot find it in 2.029. > It was removed, use File.writefln() instead. std.stdio has been rewritten so you might want to take a look at the docs. Andrew