Language subset for printing

Casper Færgemand" <shorttail at hotmail.com> Casper Færgemand" <shorttail at hotmail.com>
Fri Dec 20 17:08:13 PST 2013


How big of a subset of D would a compiler need to use writeln? I 
managed to track stdout to file. At the very least it seems to 
require templates and type tuples. Or will everything in stdio 
and file be needed, and perhaps thing in other files as well?

Is there possibly an easier way to write to stdout? Calling 
printf in some C code perhaps? We'd like to start out with as 
small a subset as possible, but looking at return codes only is 
not particularly appealing. :3


More information about the Digitalmars-d-learn mailing list