Sujet : Re: C23 thoughts and opinions
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.cDate : 16. Jun 2024, 20:31:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4nei1$6b51$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
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:^)