←back to thread

The provenance memory model for C

(gustedt.wordpress.com)
224 points HexDecOctBin | 1 comments | | HN request time: 0.387s | source
Show context
smcameron ◴[] No.44424882[source]
Ugh. Are unicode variable names allowed in C now? That's horrific.
replies(5): >>44424985 #>>44425020 #>>44425869 #>>44426140 #>>44426336 #
mananaysiempre ◴[] No.44424985[source]
“Now” as in since C99, twenty-five years ago, yes. (It seemed like a good idea at the time.)
replies(2): >>44425080 #>>44425758 #
kevincox ◴[] No.44425758[source]
Being able to program in languages that don't fit into ASCII is a good idea. Using one-character variable names is a bad idea.
replies(2): >>44425908 #>>44428235 #
1. adrianN ◴[] No.44425908[source]
Using variable names that are different but render (almost) the same can be a bad idea.