Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Top 10 most common hard skills listed on resumes... Date: Mon, 26 Aug 2024 21:40:20 -0000 (UTC) Organization: A noiseless patient Spider Lines: 14 Message-ID: References: <92ab79736a70ea1563691d22a9b396a20629d8cf@i2pn2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 26 Aug 2024 23:40:20 +0200 (CEST) Injection-Info: dont-email.me; posting-host="eec8a5f8880ec9ebcfea2c2354da2438"; logging-data="2760454"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+xyYrHvl5Pyw3lu7A7Mf6T" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:8t8RcZGDos7My9myt7O05gtjguM= Bytes: 1749 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.