From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Installing cond* in core Date: Sun, 17 Mar 2024 22:41:57 -0400 Message-ID: References: Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22237"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 18 03:42:42 2024 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 1rm2xW-0005aF-MR for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Mar 2024 03:42:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rm2wp-0000z2-1S; Sun, 17 Mar 2024 22:41:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rm2wn-0000yu-VM for emacs-devel@gnu.org; Sun, 17 Mar 2024 22:41:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rm2wn-0003go-Mf; Sun, 17 Mar 2024 22:41:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=+uJftQ+/fKzKt5GLltruGH3Edj+cgF4RYM8du3GyNEo=; b=dSf9ZUBxD8XY 2+xQFEn0+p1KIQH6AfwDPvwMknj1Z5A0LPb54VjsfaMWYy76qyWs6EtGUr5gcWrpR0ZWnJV7S2ox1 jvrzxkNKGOf9jfkum1uHt25uhWP6uFzasd74kb0cYVtBhnzHzDJINyQMB4bMwX67FJ3hDdl1FhJq8 D9cGZD0ACTg3qxRVaeaDsuWjk+oQCPC5RgqkChd2cwXgbu0/5yfXALRrZRsfTXFePZw3tU0h3XaWi QwvVXBScn0+WrJXaaTEuZp0EBVJ15q9S5GhmGE3HHF4Vo477TiQjJdoLWQR8kMfn73ev1RVSOkBbF CbRRtCELoVLZO/QJdwDLug==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rm2wn-00074J-5D; Sun, 17 Mar 2024 22:41:57 -0400 In-Reply-To: (message from Lynn Winebarger on Sat, 16 Mar 2024 16:53:50 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317154 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Having expressions represented as lists, so that programs can easily operate on them, is the heart of Lisp. Languages which don't do that may have a partial resemblance to Lisp, but they also have a major difference from Lisp. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)