Sujet : Re: transpiling to low level C
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 15. Dec 2024, 20:08:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjn9g5$n0vl$1@raubtier-asyl.eternal-september.org>
References : 1
User-Agent : Mozilla Thunderbird
C++ is more readable because is is magnitudes more expressive than C.
You can easily write a C++-statement that would hunddres of lines in
C (imagines specializing a unordered_map by hand). Making a language
less expressive makes it even less readable, and that's also true for
your reduced C.