From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13949 invoked from network); 8 Jun 2020 05:48:40 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 8 Jun 2020 05:48:40 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 84B749CA6A; Mon, 8 Jun 2020 15:48:36 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 7E5309C86C; Mon, 8 Jun 2020 15:48:07 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7E5769C5F8; Mon, 8 Jun 2020 15:48:05 +1000 (AEST) Received: from junk.nocrew.org (junk.nocrew.org [51.15.56.219]) by minnie.tuhs.org (Postfix) with ESMTPS id 23AB69C5E5 for ; Mon, 8 Jun 2020 15:48:05 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=junk.nocrew.org) by junk.nocrew.org with esmtp (Exim 4.86_2) (envelope-from ) id 1jiAdf-0000zq-6Z; Mon, 08 Jun 2020 05:48:03 +0000 From: Lars Brinkhoff To: Chris Torek Organization: nocrew References: <202006072115.057LFV6v089953@elf.torek.net> Date: Mon, 08 Jun 2020 05:48:03 +0000 In-Reply-To: <202006072115.057LFV6v089953@elf.torek.net> (Chris Torek's message of "Sun, 07 Jun 2020 14:15:26 -0700") Message-ID: <7w4krmw1kc.fsf@junk.nocrew.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [TUHS] History of popularity of C 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@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Chris Torek wrote: > You pay (sometimes noticeably) for the GC, but the price is not > too bad in less time-critical situations. The GC has a few short > stop-the-world points but since Go 1.6 or so, it's pretty smooth, > unlike what I remember from 1980s Lisp systems. :-) I'm guessing those 1980s Lisp systems would also be pretty smooth on 2020s hardware.