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 <17bf1bef6f65cec4$46840$3037545$802601b3@news.usenetexpress.com>
Deutsch   English   Français   Italiano  
<17bf1bef6f65cec4$46840$3037545$802601b3@news.usenetexpress.com>

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

From: Farley Flud <ff@linux.rocks>
Subject: Re: Why Python When There Is Perl?
Newsgroups: comp.os.linux.advocacy
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>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 39
Path: ...!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Fri, 22 Mar 2024 14:18:18 +0000
Nntp-Posting-Date: Fri, 22 Mar 2024 14:18:18 +0000
X-Received-Bytes: 1661
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17bf1bef6f65cec4$46840$3037545$802601b3@news.usenetexpress.com>
Bytes: 2058

On Thu, 21 Mar 2024 21:01:30 -0500, Physfitfreak wrote:

> 
> IMP
> 0 IMP 0  = 1
> 0 IMP 1  = 1
> 1 IMP 0  = 0
> 1 IMP 1  = 1
> 
> How can that be explained?...

IMP, or implication, is not a bit-level operator and it
never occurs in machine language.

At the assembly (machine) level, we deal only in bits
and their assemblages, i.e. bytes, words.

But I now see the futility of it all.

If you want to learn to program then start with a
beginners language like BASIC and then research any
hardware topics as they may come along.

C is one step up from assembly.

C++ is high-level abstraction and is a terrible language
both for learning and for applications.

Programming is the control of the computer.

I'd love to see these C++/Python/Whatever jockeys attempt
to control a nuclear power plant or a military fighter
aircraft with their piddling "classes."  They would only
recoil in horror.

For these ultimate applications only machine language can
do the job.