From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,RDNS_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 2165 invoked from network); 17 Mar 2020 14:57:44 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from unknown (HELO minnie.tuhs.org) (45.79.103.53) by inbox.vuxu.org with ESMTP; 17 Mar 2020 14:57:44 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id CDA0B9BB88; Wed, 18 Mar 2020 00:57:39 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id ECC079BB64; Wed, 18 Mar 2020 00:57:25 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7C6F09BB64; Wed, 18 Mar 2020 00:57:24 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 385FC9BB61 for ; Wed, 18 Mar 2020 00:57:24 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id D61B835E149; Tue, 17 Mar 2020 07:57:23 -0700 (PDT) Date: Tue, 17 Mar 2020 07:57:23 -0700 From: Larry McVoy To: C??g Message-ID: <20200317145723.GF26660@mcvoy.com> References: <202003132331.02DNVaxN061501@tahoe.cs.Dartmouth.EDU> <7ec47fd97b1a3d383ffed428f21f5287@firemail.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] The most surprising Unix programs X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Mar 17, 2020 at 10:53:30AM -0400, C??g wrote: > Andy Kosela wrote: > > >>dc, along with ed and I guess awk if we can put it here, is one of my > >>favorite Unix programs that I use daily. I don't even have a "normal" > >>calculator installed. It just smells like Unix. > >>There is something sexy about reverse Polish notation. I really do > >>encourage everyone reading this to try dc as their "desk calculator" > >>for some time. > >> > >So you probably also love Forth, a very underrated language... > > Now I feel bad because I've never heard of it... I've written a pile of Forth code and while some people love it, I never warmed up to it. You've seen it if you have used the Sun boot proms, that was all Forth. As much as I don't care for Forth, man do I wish it had become the standard for boot proms, it might not be my cup of tea but I could make it do what I needed it to do. Can't say the same for UEFI, I disable that crap.