Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <l6k10hFhatiU6@mid.individual.net>
Deutsch   English   Français   Italiano  
<l6k10hFhatiU6@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
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: <l6k10hFhatiU6@mid.individual.net>
References: <17be420c4f90bfc7$63225$1585792$802601b3@news.usenetexpress.com>
	<utd86u$1ipcj$1@solani.org>
	<17be75acfaf8f0f4$2017$3384359$802601b3@news.usenetexpress.com>
	<utfol0$1k8j7$1@solani.org>
	<17bebbae334656b9$74345$2906873$802601b3@news.usenetexpress.com>
	<utiopt$2i4i5$1@dont-email.me>
	<17bf321f9c15028e$2$2218499$802601b3@news.usenetexpress.com>
	<utlbto$38pmm$1@dont-email.me>
	<17bf5ce92e8c43b4$672$1351842$802601b3@news.usenetexpress.com>
	<utnk1l$1o32m$3@solani.org>
	<17bf8777050f5c1e$7$2218499$802601b3@news.usenetexpress.com>
	<uto07e$1oa9p$1@solani.org> <utss89$1qiu6$2@solani.org>
	<l6egbaFl42cU1@mid.individual.net> <uttfsj$1qt9g$1@solani.org>
	<l6fa5jFor73U1@mid.individual.net> <utvhg8$1ru64$1@solani.org>
	<l6hinlF5qo1U3@mid.individual.net> <uu1i60$2ur88$2@dont-email.me>
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.