Sujet : Re: Top 10 most common hard skills listed on resumes...
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 08. Sep 2024, 04:53:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbj73r$1q8nf$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 07.09.2024 12:53, Bart wrote:
I remarked that a proper HLL would let you write just A to either read
the value of variable A, or write to it. Eg. A = A, without special
operators to dereference A's address.
At the lower level it might be push/pop, load/store, or even *&A = *&A,
but in all cases you typically use the same levels of indirection on
both sides.
No. (And I think here lies your misconception or irritations concerning
the term "symmetry".) When writing 'A = A' there is still a semantical
_asymmetry_ in "C", it only appears symmetric (because of the chosen
operator symbol and the implicit 'deref' operation which is typical in
most programming languages).
Janis
[...]