Sujet : Re: Top 10 most common hard skills listed on resumes...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 26. Aug 2024, 22:40:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vaiso4$2k7o6$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.160 (Toresk; )
On Mon, 26 Aug 2024 12:05:02 +0100, Bart wrote:
BLISS is a rather strange language. For something supposedly low level
than C, it doesn't have 'goto'.
BLISS is proof that you don’t need goto to write well-structured, yet low-
level code.
There is also a key feature that sets it apart from most HLLs: [variable
references are always L-values]
Another key feature: scoped macros. And the variations on that concept,
like the way aggregate types are defined in an essentially macro-like
fashion.