From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: [SUSPECTED SPAM] Re: Using the correct terms LAP vs ELisp Bytecode or something else Date: Thu, 21 Dec 2017 13:56:55 -0500 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1513882569 9306 195.159.176.226 (21 Dec 2017 18:56:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 21 Dec 2017 18:56:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Rocky Bernstein Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 21 19:56:05 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eS60f-0001i2-31 for ged-emacs-devel@m.gmane.org; Thu, 21 Dec 2017 19:56:01 +0100 Original-Received: from localhost ([::1]:36138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS62b-0005sE-V9 for ged-emacs-devel@m.gmane.org; Thu, 21 Dec 2017 13:58:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS61h-0005qd-DK for emacs-devel@gnu.org; Thu, 21 Dec 2017 13:57:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS61d-0007AB-Un for emacs-devel@gnu.org; Thu, 21 Dec 2017 13:57:05 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:7339) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1eS61d-00079d-PL; Thu, 21 Dec 2017 13:57:01 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2EbhwBhAzxa/9GnSC1bHQEBBQELAYM+g?= =?us-ascii?q?VqIaV+Eeo8pggGZPoU7AggChEpEEwEBAQEBAQEBAQNoKIUlAQQBeQULCw0nEhQ?= =?us-ascii?q?YMYo2CKZ+IQKKSwEBAQcCJoN/ghKGbYsaBZMxkBeXLQGKCCiHS5g6NyKBTzIaC?= =?us-ascii?q?DCCZoR0I4pGAQEB?= X-IPAS-Result: =?us-ascii?q?A2EbhwBhAzxa/9GnSC1bHQEBBQELAYM+gVqIaV+Eeo8pggG?= =?us-ascii?q?ZPoU7AggChEpEEwEBAQEBAQEBAQNoKIUlAQQBeQULCw0nEhQYMYo2CKZ+IQKKS?= =?us-ascii?q?wEBAQcCJoN/ghKGbYsaBZMxkBeXLQGKCCiHS5g6NyKBTzIaCDCCZoR0I4pGAQE?= =?us-ascii?q?B?= X-IronPort-AV: E=Sophos;i="5.45,437,1508817600"; d="scan'208";a="14737524" Original-Received: from unknown (HELO pastel.home) ([45.72.167.209]) by smtp.teksavvy.com with ESMTP; 21 Dec 2017 13:56:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C1D62607D3; Thu, 21 Dec 2017 13:56:55 -0500 (EST) In-Reply-To: (Rocky Bernstein's message of "Thu, 21 Dec 2017 11:56:31 -0500") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221316 Archived-At: > This is the first I am hearing about LAP code being something that is > accessible from Lisp. Where are packages that work with LAP? bytecomp.el, byte-opt.el, and disass.el. Probably not much more than that. Stefan