J
jacob navia
Le 06/07/11 12:47, BartC a écrit :
China Blue Dolls said:Within the environment of an IDE, or a private development setup, then
all this and more is possible.
But it doesn't need changes to the language spec as is being proposed;
the end-result of the editing (or a conversion process as you mention)
is standard C-compatible ASCII.
Yes, but special comments would need to be standardized so we could
write formulas and diagrams into commentaries without resorting
to "Ascii art" and drawings. What bothers me is that all the
technology is available but nobody uses it. For instance if
we would set
/*
<html>
</html>
*/
We could use full html editors (or XML or rtf or whatever) to include
in the programs all word processing extensions needed to add all the
necessary features into program text.
The same with the Unicode characters in programs instead of today's
digraphs.
All this proposals do not imply a change in the C la,nguage of course.
Since the diagrams and rich text wuld be enclosed in comments, it
would be transparent to the compiler. The Unicode characters would need
a small change in the compiler front end, or a preprocessor that
translates ≠into !=
jacob