From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Re: Lisp anime video Date: Sun, 5 Sep 2021 09:29:29 +0200 Message-ID: <20210905072929.GB4268@tuxteam.de> References: <874kb8akgd.fsf@zoho.eu> <20210829074031.GB18750@tuxteam.de> <871r6c8ybx.fsf@zoho.eu> <87v93oy0ny.fsf@posteo.net> <86lf4ck43a.fsf@protonmail.com> <87lf4czc8e.fsf@zoho.eu> <867dfwe5n1.fsf@protonmail.com> <87h7f0x85k.fsf@zoho.eu> <878s0byj4d.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8GpibOaaTibBMecb" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12321"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Sep 05 09:30:53 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMmc7-000347-US for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Sep 2021 09:30:51 +0200 Original-Received: from localhost ([::1]:58210 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMmc6-0003SZ-FP for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Sep 2021 03:30:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMmaq-0003SQ-FP for help-gnu-emacs@gnu.org; Sun, 05 Sep 2021 03:29:32 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:44457) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1mMmap-0001C7-0d for help-gnu-emacs@gnu.org; Sun, 05 Sep 2021 03:29:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=9yY/x0YxjgQtlMLgrLQFZnnZXh+b1k1lE5qcp/ZLlfo=; b=gWva+TdQ5+i2KvKApKEkWNNLZMEtdUYJS7taEfIztf1tbn4bJnTdmvgz1SWaeM3tTwi2c8Tek6dtbz0AV9axRfzpd81saEN+EkfeskCIyTu9VkGxhvK7jWCP1hQnQWHxvNGz4cOOR6G+we/qcc/aaDIsHpPrfL2luGTMUIAye+kHm4oA6jujDv82F7kJy6UlAUPffnRWRK7E2SBX9Emod0Ex+rF5s1Eh0jTWSVToH0/v3CJAYaSUyQZ/EiIBo0RrLSv4TsvSqudS29Sza/drh4AkeEJ4zcN1zXYB/k9uo3mmLLZizUPi8xFryAUG+3ngbxX6BYsT+idH6CTyNdGTYw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1mMman-0001ZH-PO for help-gnu-emacs@gnu.org; Sun, 05 Sep 2021 09:29:29 +0200 Content-Disposition: inline In-Reply-To: <878s0byj4d.fsf@zoho.eu> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132892 Archived-At: --8GpibOaaTibBMecb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Sun, Sep 05, 2021 at 02:13:38AM +0200, Emanuel Berg via Users list for the GNU Emacs text editor wrote: [...] > How did programming look then > (I don't even know how it looks now) > but I still wonder how it looked then? :) That's [1] how programming looked back then. That said, and jokes aside, the list srtucture (i.e. something consisting of head (a thing) and tail (a list of things, possibly empty), born in Lisp land, has established itself throughout many influential programming languages (Prolog, Haskell), although they don't tell you how it's implemented (Prolog) or prudishly hide it behind some ADT academic talk (Haskell). (Now please language fans: don't take anything here personally. Consider smileys plastered over it everywhere, like this ;-P Cheers [1] https://xkcd.com/224/ - t --8GpibOaaTibBMecb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAmE0cdkACgkQBcgs9XrR2ka2XQCeNIRqPIYbbpEg5YtXN344tBIe HzQAnRtSeHlQdv/ltdQR/tVvGPTCF7fu =vmqq -----END PGP SIGNATURE----- --8GpibOaaTibBMecb--