Deutsch   English   Français   Italiano  
<vqqieu$27vt2$2@dont-email.me>

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

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: BGB <cr88192@gmail.com>
Newsgroups: comp.arch
Subject: Re: Why VAX Was the Ultimate CISC and Not RISC
Date: Tue, 11 Mar 2025 18:52:50 -0500
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <vqqieu$27vt2$2@dont-email.me>
References: <vpufbv$4qc5$1@dont-email.me>
 <2025Mar2.234011@mips.complang.tuwien.ac.at> <5pkg9l-kipt.ln1@msc27.me.uk>
 <2025Mar3.174417@mips.complang.tuwien.ac.at> <vq4qav$1dksd$1@dont-email.me>
 <vq5dm2$1h3mg$5@dont-email.me> <2025Mar4.110420@mips.complang.tuwien.ac.at>
 <vq829a$232tl$6@dont-email.me> <2025Mar5.083636@mips.complang.tuwien.ac.at>
 <vqdljd$29f8f$2@paganini.bofh.team> <vqdrh9$3cdrc$1@dont-email.me>
 <vqek6h$3fro6$1@dont-email.me>
 <fe70b48cd6fef0aaf89278163d8b6322@www.novabbs.org>
 <vqfmr4$3npgk$1@dont-email.me> <vqg04o$3p80h$1@dont-email.me>
 <vqgbao$3rbkh$1@dont-email.me>
 <9371fe9be75cdd606c876f539e1d2d78@www.novabbs.org>
 <vqnps4$1j63b$1@dont-email.me>
 <0da86de26bac1912b190793512255aa4@www.novabbs.org>
 <vqo8b1$1ln7o$1@dont-email.me>
 <5e696219dedf30d0095dfd7671a4c87f@www.novabbs.org>
 <vqpuja$22eta$1@dont-email.me>
 <1ad795d74196830d2232d4f0b50ac2e4@www.novabbs.org>
 <vqq7f0$22eta$2@dont-email.me> <vqqe9r$273mt$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 12 Mar 2025 00:54:07 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ea467a6533dff4efc0a3700c4fb8f733";
	logging-data="2359202"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/27D7alZ9wRbl/55LhLjjLNCQYoz/oYIQ="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Wuc3Om3w5rF/FliRr20SMnqY6Ss=
Content-Language: en-US
In-Reply-To: <vqqe9r$273mt$3@dont-email.me>

On 3/11/2025 5:43 PM, Lawrence D'Oliveiro wrote:
> On Tue, 11 Mar 2025 13:46:24 -0700, Stephen Fuld wrote:
> 
>> No software guy talks about "pipeline semantics" :-)
> 
> Remember what pipes are in Unix, and how they can be used to construct
> command pipelines.

Putting the destination on the right is also fairly common in general in 
Unix style command notation:
   dosomething args infile outfile

   prog1 infile | prog2 > outfile

....