From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: let, let*, oh, why [was: Elisp - Function returning a list] Date: Fri, 18 Dec 2020 22:57:07 +0200 Message-ID: <83o8iq6dek.fsf@gnu.org> References: <87k0ti9ygy.fsf@zoho.eu> <87czza8g37.fsf@zoho.eu> <20201216115242.GB11162@tuxteam.de> <87sg85u9dq.fsf@zoho.eu> <87o8ir196q.fsf@zoho.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32125"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 18 21:58:17 2020 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 1kqMpN-0008FT-H0 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 18 Dec 2020 21:58:17 +0100 Original-Received: from localhost ([::1]:33712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqMpM-0005U1-Fx for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 18 Dec 2020 15:58:16 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqMoE-0005RN-Aw for help-gnu-emacs@gnu.org; Fri, 18 Dec 2020 15:57:06 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40425) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqMoE-0003xA-2K for help-gnu-emacs@gnu.org; Fri, 18 Dec 2020 15:57:06 -0500 Original-Received: from [176.228.60.248] (port=1258 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqMoC-0005ex-JA for help-gnu-emacs@gnu.org; Fri, 18 Dec 2020 15:57:05 -0500 In-Reply-To: (message from Jean Louis on Fri, 18 Dec 2020 20:42:16 +0300) 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:126531 Archived-At: > Date: Fri, 18 Dec 2020 20:42:16 +0300 > From: Jean Louis > > Then we got LOGO and I learned it and it was interesting. Years > later I came to LISP and I find it is almost same as LOGO, that is > where I found familiarity. It's actually the other way around: Logo was conceived as a kind-of dialect of Lisp (with "turtle graphics" added to make it easier to teach kids). I still have the 3 volumes of "Computer Science Logo Style" on my shelf.