From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: "Bringing GNU Emacs to Native Code" at the European Lisp Symposium Date: Tue, 28 Apr 2020 18:18:23 -0400 Message-ID: References: <69d8b48d-bd09-41c1-a89d-ed76fe0284a4@default> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="1498"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Andrea Corallo , Stefan Kangas , Emacs developers To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 00:33:57 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jTYnb-0000Gx-Ub for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 00:33:55 +0200 Original-Received: from localhost ([::1]:52876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTYZW-0002uV-OX for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 18:19:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54290) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTYYk-0001n6-VM for emacs-devel@gnu.org; Tue, 28 Apr 2020 18:18:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTYYj-0000tc-58 for emacs-devel@gnu.org; Tue, 28 Apr 2020 18:18:34 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:43084) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTYYi-0000tP-MM for emacs-devel@gnu.org; Tue, 28 Apr 2020 18:18:32 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id F00E1100B42; Tue, 28 Apr 2020 18:18:30 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id E645C10097B; Tue, 28 Apr 2020 18:18:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1588112304; bh=5dp7B49I8cwUja//JgR9OS9c1kBjieZHRbDiqMkxzKc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AmwjGdFw5CShbQQI1pByflnSgDS8yIix0kiNKm9I747xyVoWwYmHzNNkM/pLgneYa 9AlE9aELWztziEZDPSU7yK+rYavtqe/4zu1QMwziKz7jvRRaqwbFo46s/z7s2kcAEZ uCzWztmceJDMpbz9p0/s3Bzjnk2g/3yuc4ktemCHACpeQoPOgYOdehq5f9iiyx16VH c1zHNHqzEVkraTpHJ0J3Jp3epHXcI4YwxEHCLlC+kOI+bCIHyH2VaWbdJZR2cmQwa1 BGfkX9b6yjxiFnoo0v3f6rTdtn4J7eDDaCIuNTVWUrXTZX+n06lTvBTeiukHnBCTwx x1DRnH1nErmAw== Original-Received: from alfajor (69-165-158-35.dsl.teksavvy.com [69.165.158.35]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 51CD11203F3; Tue, 28 Apr 2020 18:18:24 -0400 (EDT) In-Reply-To: <69d8b48d-bd09-41c1-a89d-ed76fe0284a4@default> (Drew Adams's message of "Tue, 28 Apr 2020 15:00:37 -0700 (PDT)") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/28 18:18:31 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248051 Archived-At: > Dunno who, besides perhaps Stefan, considers > dynamic binding in Elisp to be "obsolete and > close to deprecation". That would be a mistake. You're confusing "dynamic binding" with "the dynamically scoped dialect of Elisp". Dynamic binding is very much alive in "the lexically scoped dialect of Elisp" with no plan to deprecate it. Stefan