Thread overview
D takes the fun out of programming!!!
Apr 27, 2004
Stephan Wienczny
Apr 27, 2004
imr1984
Apr 27, 2004
Kris
D compile speed relative to C++
Apr 27, 2004
Walter
Apr 28, 2004
Jan-Eric Duden
May 01, 2004
Phill
April 27, 2004
I mean, where are the battles with C++ headers and implementation files ? with mutual dependencies ? insane compile times ? memory management, null pointers and crashes ? template magic to avoid name conflicts ? I already miss them...

:-) I am only joking, of course. D significantly reduces development time, to the point that it is ...almost boring!!!



April 27, 2004
Whenever you feel it is too boring you could start to write an module in brainfuck or another less boring language *G*

Achilleas Margaritis wrote:
> I mean, where are the battles with C++ headers and implementation files ? with
> mutual dependencies ? insane compile times ? memory management, null pointers
> and crashes ? template magic to avoid name conflicts ? I already miss them...
> 
> :-) I am only joking, of course. D significantly reduces development time, to
> the point that it is ...almost boring!!!
> 
> 
> 
April 27, 2004
hehe yeah i espcecially love the lightning fast compile times of D - truly marvelous :)

In article <c6lvfr$1va4$1@digitaldaemon.com>, Achilleas Margaritis says...
>
>I mean, where are the battles with C++ headers and implementation files ? with mutual dependencies ? insane compile times ? memory management, null pointers and crashes ? template magic to avoid name conflicts ? I already miss them...
>
>:-) I am only joking, of course. D significantly reduces development time, to the point that it is ...almost boring!!!
>
>
>


April 27, 2004
"imr1984" <imr1984_member@pathlink.com> wrote in message
> hehe yeah i espcecially love the lightning fast compile times of D - truly marvelous :)

Yeah, me too. 75  files compile faster than it takes me to cross-my-fingers <g>


April 27, 2004
"Kris" <someidiot@earthlink.dot.dot.dot.net> wrote in message news:c6m9j5$2h1r$1@digitaldaemon.com...
> "imr1984" <imr1984_member@pathlink.com> wrote in message
> > hehe yeah i espcecially love the lightning fast compile times of D -
truly
> > marvelous :)
>
> Yeah, me too. 75  files compile faster than it takes me to
cross-my-fingers
> <g>

Empire in D takes less than half as long to compile as the same code in C++. (Both are optimized builds.) This is illuminating, since the identical optimizer, code gen, and linker are used. The difference is the front end speed.


April 28, 2004
Mmh. If you want have fun programming try Unlambda! :> http://www.eleves.ens.fr:8080/home/madore/programs/unlambda/

-- 
Jan-Eric Duden
"Achilleas Margaritis" <Achilleas_member@pathlink.com> wrote in message
news:c6lvfr$1va4$1@digitaldaemon.com...
> I mean, where are the battles with C++ headers and implementation files ?
with
> mutual dependencies ? insane compile times ? memory management, null
pointers
> and crashes ? template magic to avoid name conflicts ? I already miss
them...
>
> :-) I am only joking, of course. D significantly reduces development time,
to
> the point that it is ...almost boring!!!
>
>
>


May 01, 2004
"Achilleas Margaritis" <Achilleas_member@pathlink.com> wrote in message news:c6lvfr$1va4$1@digitaldaemon.com...
> I mean, where are the battles with C++ headers and implementation files ?
with
> mutual dependencies ? insane compile times ? memory management, null
pointers
> and crashes ? template magic to avoid name conflicts ? I already miss
them...
>
> :-) I am only joking, of course. D significantly reduces development time,
to
> the point that it is ...almost boring!!!
>
>

As it goes with anything in life, I reckon you make your own fun.......