Deutsch English Français Italiano |
<va3n09$3nnl8$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.lang.c Subject: Re: on allowing "int a" definition everywhere Date: Wed, 21 Aug 2024 03:30:17 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: <va3n09$3nnl8$1@dont-email.me> References: <afdfe7c37c6ad739fd82c7ec0587b82e0963fce2@i2pn2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 21 Aug 2024 05:30:17 +0200 (CEST) Injection-Info: dont-email.me; posting-host="b7054728ccecf746f3a261c5985019ab"; logging-data="3923624"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/fCZgqmUDWDXDZso8QuYJQ" User-Agent: Pan/0.159 (Vovchansk; ) Cancel-Lock: sha1:GsD2aWDYx16a+V1G9wZpSh7nYRE= Bytes: 1293 On Tue, 20 Aug 2024 18:48:17 +0200, fir wrote: > got some thought today thet simply probably allowing to define "int a" > everywhere could be just simply a good c (or other language) design > decision Somehow along the line from BCPL to B to C, one useful feature was lost: the ability to have a value-returning statement block inside an expression.