Deutsch English Français Italiano |
<va5v0b$21r6$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.misc Subject: Re: AWK As A Major Systems Programming Language Date: Wed, 21 Aug 2024 23:59:08 -0000 (UTC) Organization: A noiseless patient Spider Lines: 13 Message-ID: <va5v0b$21r6$1@dont-email.me> References: <slrnvc2fsg.gg1.bencollver@svadhyaya.localdomain> <awk-20240818120618@ram.dialup.fu-berlin.de> <20240821191808.78c03c4e394d9ac7ce6fe4c6@g{oogle}mail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 22 Aug 2024 01:59:08 +0200 (CEST) Injection-Info: dont-email.me; posting-host="121cecafcfd9e311c6d841fd8b3330b2"; logging-data="67430"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1//H+6lDBzlFpP5HMpolNU6" User-Agent: Pan/0.159 (Vovchansk; ) Cancel-Lock: sha1:zhUrTZrnB+jKSEKZeocKOR3TNAY= On Wed, 21 Aug 2024 19:18:08 +0300, Anton Shepelev wrote: > Stefan Ram: > >> |The Zen of Python, by Tim Peters |[...] >> |Flat is better than nested. [...] > > Then why does Python lack the ultimate code flattener, the `goto' > operator, and mandates structural indentation? I never took that “flat is better than nested” nonsense seriously, anyway. If I need to nest in my Python code, I nest: statement nesting, function nesting, class nesting, whatever makes sense.