David Brown wrote:
> And I expect that most compilers are quite happy for you to use a
> slightly wider character set (Latin-1, UTF-8, etc.) in comments, even if
> you can't use them in actual program identifiers.
Most if not all compilers that support 8 bit chars (as opposed to
truncating to 7 bits) will support extended wider character sets.
I think that was an issue in the design of the character extensions and
comment delimiters in most languages.
> But perhaps Vladimir could tell us what he wants - there seems to be a
> lot of guessing going on in this thread. There has been some
> interesting discussion and ideas here, but I don't think we are helping
> the OP much.
Missing from most of the discussion has been the intended audience.
Are we documenting an application design and doing a running
implementations with the design as a handy reference. Are we
documenting the implementation considerations or are we
providing user documentation.
I'm sure that most is part of all of the above, but the considerations
and requirements are different for each.
Order is also significant. I personally use spread sheets to
gather material for a project. In truest sense of an electronic
blackboard with spec pages, images and design calculations
spread out on several pages.
User requirements and documentation come next in a
document that eventually has implementation choices
and implementation overview documented. I personally
like to keep the actual code sparse of additional material
so I have a better overview of the code when reading
through it.
This too is a strawman guessing at Vladimir's intentions.
w..