Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: "A diagram of C23 basic types" Date: Thu, 03 Apr 2025 11:45:41 -0700 Organization: None to speak of Lines: 19 Message-ID: <85tt75jd7u.fsf@nosuchdomain.example.com> References: <87y0wjaysg.fsf@gmail.com> <20250402220614.431@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Thu, 03 Apr 2025 20:45:42 +0200 (CEST) Injection-Info: dont-email.me; posting-host="658736fab9029f452335cecd036b8387"; logging-data="1367561"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KH7c4eQSn8p5wLgPaybTe" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:fKYdyo813V00EPmU6qGaAS3p2wQ= sha1:IG60h3i4NNoxViWUVLhCataaZEM= scott@slp53.sl.home (Scott Lurndal) writes: > Kaz Kylheku <643-408-1753@kylheku.com> writes: [...] >>I made , (comma) the digit separator in TXR Lisp. Nobody uses _ in the >>real world. > > That's an incorrect statement. There's a large amount of Verilog > code (both the RTL and the associated verification testbench code) > that uses _ as a digit separator. I suspect that by "the real world" Kaz was referring to usage outside programming languages. There are a number of languages that use '_' as a digit separator; Ada, Perl, Python, Ruby are some examples. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */