System programming in D (Was: The God Language)

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Jan 5 05:44:39 PST 2012


About your junior comment, are virtuals really the biggest thing you
should worry about? There are infinitely many things a newbie
programmer will screw up (think linear algorithms, excessive memory
allocation, hardcoded, non-modular and thread-unsafe code, etc). I
think virtual calls are likely to be just *one* of your problems, and
probably not the biggest one.


More information about the Digitalmars-d mailing list