Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.advocacy Subject: Re: Why Python When There Is Perl? Date: 28 Mar 2024 01:55:30 GMT Lines: 16 Message-ID: References: <17be420c4f90bfc7$63225$1585792$802601b3@news.usenetexpress.com> <17be75acfaf8f0f4$2017$3384359$802601b3@news.usenetexpress.com> <17bebbae334656b9$74345$2906873$802601b3@news.usenetexpress.com> <17bf321f9c15028e$2$2218499$802601b3@news.usenetexpress.com> <17bf5ce92e8c43b4$672$1351842$802601b3@news.usenetexpress.com> <17bf8777050f5c1e$7$2218499$802601b3@news.usenetexpress.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net EF+4mD17oB+rEP2j/BwqzwjpVENl0fsdCZ7XVEjigEniF3eYht Cancel-Lock: sha1:NNjLLEKutJMh/khED2Bv7w5LFU4= sha256:QAXHpcbd5vNb//NA4/087QLmhKfsx6xVQDoSd6z2H7w= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Bytes: 2222 On Wed, 27 Mar 2024 12:40:32 -0400, Chris Ahlstrom wrote: > As an aside, C++20 introduces the "spaceship" operator, > operator <=>. It does a three way comparison, a bit like strcmp(): Our programming group moved recently and in bringing the books to the new location I found a copy of 'Effective C++' 2nd edition that I must have bought back when since it has my name on the fly leaf. Is that still useful or have there been too many changes? I see his last book if 'Effective Modern C++' but even that one is for C++14. Moving the books nobody has looked at in years was depressing. Most should have been moved to the dumpster. 'Programming Perl' may still be valid. I hope C++ doesn't use => for lambdas like C#; that would really be error prone.