Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Chris M. Thomasson" Newsgroups: comp.lang.c Subject: Re: C23 thoughts and opinions Date: Sun, 16 Jun 2024 12:31:13 -0700 Organization: A noiseless patient Spider Lines: 14 Message-ID: References: <00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com> <87msoh5uh6.fsf@nosuchdomain.example.com> <87y18047jk.fsf@nosuchdomain.example.com> <87msoe1xxo.fsf@nosuchdomain.example.com> <87ikz11osy.fsf@nosuchdomain.example.com> <87plt8yxgn.fsf@nosuchdomain.example.com> <87cyp6zsen.fsf@nosuchdomain.example.com> <874jahznzt.fsf@nosuchdomain.example.com> <87v82b43h6.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 16 Jun 2024 21:31:14 +0200 (CEST) Injection-Info: dont-email.me; posting-host="15a4a9138a88c32ff2a68a4d431832ca"; logging-data="208033"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Az5DC6mqiyiG+qA3D/nGFPxXg06r5w4c=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:qHZlzQPAygIh8YV91kMqoc1KKOc= Content-Language: en-US In-Reply-To: Bytes: 2189 On 6/15/2024 4:20 PM, bart wrote: [...] > ... so that I can do this, where having proper operators comes in useful: > >     "A" + "B" * 5           ABBBBB >     ("A" + "B") * 5         ABABABABAB [...] Code up an L-System for fun: https://en.wikipedia.org/wiki/L-system :^)