Jump to page: 1 2 3
Thread overview
A D Book
Aug 16, 2004
kinghajj
Aug 16, 2004
Walter
Aug 16, 2004
kinghajj
Aug 16, 2004
Ilya Minkov
Aug 17, 2004
kinghajj
Aug 17, 2004
Helmut Leitner
Writing D articles
Aug 17, 2004
Walter
Aug 17, 2004
antiAlias
Aug 18, 2004
Walter
Aug 18, 2004
Sha Chancellor
Aug 18, 2004
Ilya Minkov
Aug 18, 2004
Walter
Aug 18, 2004
Walter
Aug 18, 2004
Matthew
Aug 18, 2004
Deja Augustine
Aug 18, 2004
Walter
Aug 18, 2004
Blue
Aug 18, 2004
Matthew
Aug 18, 2004
Matthew
Matthew's an Author?
Aug 18, 2004
kinghajj
Aug 18, 2004
Matthew
Aug 18, 2004
kinghajj
Aug 18, 2004
John Reimer
Aug 18, 2004
Matthew
Aug 16, 2004
Chris S.
Aug 16, 2004
kinghajj
Re: A D Book Title
Aug 23, 2004
Gold Dragon
August 16, 2004
Walter: do you ever plan on writing a book on D? K&R had "The C Programming Language", Stroustrup had "The C++ Programming Language". Are you going to write a "The D Programming Language"? It would be nice if you did :)


August 16, 2004
"kinghajj" <kinghajj_member@pathlink.com> wrote in message news:cfpvkd$22cc$1@digitaldaemon.com...
> Walter: do you ever plan on writing a book on D? K&R had "The C
Programming
> Language", Stroustrup had "The C++ Programming Language". Are you going to
write
> a "The D Programming Language"? It would be nice if you did :)

Yes, it's just that I'm not a very good writer :-(


August 16, 2004
In article <cfqt3v$2nem$1@digitaldaemon.com>, Walter says...
>
>Yes, it's just that I'm not a very good writer :-(
>
>

Nor are most of us... just try your best!


August 16, 2004
Better title:

"The D Programming Language... seriously."

-Chris S.
-Invironz

In article <cfqt3v$2nem$1@digitaldaemon.com>, Walter says...
>"kinghajj" <kinghajj_member@pathlink.com> wrote in message news:cfpvkd$22cc$1@digitaldaemon.com...
>> Walter: do you ever plan on writing a book on D? K&R had "The C
>Programming
>> Language", Stroustrup had "The C++ Programming Language". Are you going to
>write
>> a "The D Programming Language"? It would be nice if you did :)
>
>Yes, it's just that I'm not a very good writer :-(
>



August 16, 2004
In article <cfr625$2sul$1@digitaldaemon.com>, Chris S. says...
>
>Better title:
>
>"The D Programming Language... seriously."
>
No, no. no: "The D Programming Language ... Don't Laugh! Check it out!".


August 16, 2004
kinghajj schrieb:

> In article <cfqt3v$2nem$1@digitaldaemon.com>, Walter says...
> 
>>Yes, it's just that I'm not a very good writer :-(
>>
> 
> Nor are most of us... just try your best!

Just that Walter probably has better things to do. Like improving the language and the compiler.

-eye
August 17, 2004
In article <cfrd7n$bp$1@digitaldaemon.com>, Ilya Minkov says...
>
>kinghajj schrieb:
>
>> In article <cfqt3v$2nem$1@digitaldaemon.com>, Walter says...
>> 
>>>Yes, it's just that I'm not a very good writer :-(
>>>
>> 
>> Nor are most of us... just try your best!
>
>Just that Walter probably has better things to do. Like improving the language and the compiler.
>
>-eye
True, so he probably shouldn't start until the 1.0 release.


August 17, 2004

kinghajj wrote:
> 
> In article <cfqt3v$2nem$1@digitaldaemon.com>, Walter says...
> >
> >Yes, it's just that I'm not a very good writer :-(
> >
> >
> 
> Nor are most of us... just try your best!

I think it would be better to spread the load among different persons.

A professional author (like Matthew for example) can do it much easier and without negative effects on language development and support.

The problem is perhaps that the language must be stable, otherwise this "language bible" is quickly outdated.

There should also be program examples for all important application areas to let D really shine.

-- 
Helmut Leitner    leitner@hls.via.at
Graz, Austria   www.hls-software.com
August 17, 2004
"Helmut Leitner" <leitner@hls.via.at> wrote in message news:412200EF.42A6A05B@hls.via.at...
> I think it would be better to spread the load among different persons.
>
> A professional author (like Matthew for example) can do it much easier and without negative effects on language development and support.
>
> The problem is perhaps that the language must be stable, otherwise this "language bible" is quickly outdated.
>
> There should also be program examples for all important application areas to let D really shine.

For me also, writing articles and books always reminds me of writing term papers back in college. Not my favorite task <g>. Matthew and I have written some articles about D and they've been published in CUJ and DDJ. I have another one pending with DDJ.

But there's nothing stopping anyone here from writing articles about D. I know I'm a little weary of reading articles about C++, so much ground has been repeatedly covered by articles that newer articles seem to be mostly about esoterica, not much of interest to mainstream C++ coding. But the article space for D is vast, unexplored territory, and fertile ground for articles. And CUJ and DDJ actually pay money for articles! Their editorial staffs have indicated to me they are very receptive to articles about D.

Many of you are expert D programmers and are experts at particular kinds of D programming applications. Writing articles about your products would be straightforward, such as articles about unicode programming, gui programming, threading, templates, etc. How about it?


August 17, 2004
"Walter" <newshound@digitalmars.com> wrote in message news:cftrke$1fg1$1@digitaldaemon.com...
> Many of you are expert D programmers and are experts at particular kinds
of
> D programming applications. Writing articles about your products would be straightforward, such as articles about unicode programming, gui programming, threading, templates, etc. How about it?

How about one regarding the efficiency benefits of array-slicing? I might be able to cobble something together based on results from mango.http.server & mango.servlet (once 'primed', they make zero memory-allocations ~ the GC simply never runs).


« First   ‹ Prev
1 2 3