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: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Baby X is bor nagain Date: Wed, 19 Jun 2024 02:27:04 -0700 Organization: None to speak of Lines: 14 Message-ID: <87le31xoyf.fsf@nosuchdomain.example.com> References: <20240613002933.000075c5@yahoo.com> <20240613174354.00005498@yahoo.com> <20240617002924.597@kylheku.com> <20240618115650.00006e3f@yahoo.com> <20240618184026.000046e1@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Wed, 19 Jun 2024 11:27:05 +0200 (CEST) Injection-Info: dont-email.me; posting-host="14c46e9d4441e9b6d7e573ea203ad727"; logging-data="2006658"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19PdecbZ541oJ0O8wvtqtFO" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:5NKrF0BETCCFfnhEWiVN8p8r1f0= sha1:bdWCxA6lmUPqHSNUpnpYclwfCQI= Bytes: 2161 David Brown writes: [...] > Python "sort" is a bit like C "qsort" (desperately trying to relate > this to the group topicality) in that you can define your own > comparison function, and use that for "sort". For simple comparison > functions, people often use lambdas, for more complicated ones it's > clearer to define a function with a name. Not exactly (see the Python documentation), but this isn't the place to go into the details. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */