Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Command line globber/tokenizer library for C? Date: Fri, 13 Sep 2024 06:49:20 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 13 Sep 2024 08:49:20 +0200 (CEST) Injection-Info: dont-email.me; posting-host="fe8eaca0c36637cab02c0b5baab677cf"; logging-data="791693"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19MH13X7i2lk1jV9ZMT8FuZ" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:hWl1KioDp8/BWz30YAglm6HMs0g= Bytes: 2130 On Fri, 13 Sep 2024 07:27:47 +0200, Bonita Montero wrote: > Am 13.09.2024 um 04:43 schrieb Lawrence D'Oliveiro: >> >> On Thu, 12 Sep 2024 17:47:23 +0200, Bonita Montero wrote: >> >>> Then tell me which lanuage a) has this kind of mostly minimized >>> language-facilities and b) you can layout data structures 1:1 like >>> they fit into memory (platform-dependent). >> >> Python. Have a look at , and compare the C original from . The Python code is half the size and can use high-level async calls.