@Tapajara I have never used D but I had a similar problem with c++ (and with different compilers). For some reason it seems like there is a quite big length that every program must have. Small programs like Hello World were ridiculously long. But bigger programs were not proportional big. Small programs had about the same length no matter that one would be 20 times bigger than the other. The includes were much more important than the size of the program.
@BUNCHofxs I did the Hellow World program using the OpenWatcom C compiler and it was 42,700 bytes in size. The D version is almost seven times as large. It goes to show you how much run time support is needed for D.
porn music?
D is sexy!!
C++ not!!!
hafjoh 5 months ago 2
So the simple "Hello World" program in D is 292,892 bytes long. That's just under 300K. Ouch!
Tapajara 6 months ago
@Tapajara I have never used D but I had a similar problem with c++ (and with different compilers). For some reason it seems like there is a quite big length that every program must have. Small programs like Hello World were ridiculously long. But bigger programs were not proportional big. Small programs had about the same length no matter that one would be 20 times bigger than the other. The includes were much more important than the size of the program.
lucinos19 2 months ago
@Tapajara So would the same thing in c or c++ depending on which compiler you use
BUNCHofxs 2 months ago
@BUNCHofxs I did the Hellow World program using the OpenWatcom C compiler and it was 42,700 bytes in size. The D version is almost seven times as large. It goes to show you how much run time support is needed for D.
Tapajara 2 months ago
Very good! waiting for the next one.
Salvia2740 8 months ago
Cool, looking forward to the sequel
MrDpsc 8 months ago