From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs Lisp's future Date: Thu, 18 Sep 2014 20:56:49 -0400 Message-ID: References: <54193A70.9020901@member.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411088251 25247 80.91.229.3 (19 Sep 2014 00:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2014 00:57:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 19 02:57:24 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XUmVo-0005Tg-4A for ged-emacs-devel@m.gmane.org; Fri, 19 Sep 2014 02:57:24 +0200 Original-Received: from localhost ([::1]:55147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUmVn-0005SI-NZ for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2014 20:57:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUmVT-0005R2-DT for emacs-devel@gnu.org; Thu, 18 Sep 2014 20:57:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUmVM-0002gB-N3 for emacs-devel@gnu.org; Thu, 18 Sep 2014 20:57:03 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:18812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUmVM-0002Zc-J1; Thu, 18 Sep 2014 20:56:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcGAIDvNVNFpZEG/2dsb2JhbABZgwY7gw+oTJdxgRcXdIImAQEEViMQCw4mEhQYDSQTh3kN0gwXjHoggWAHhDgEmgGPGIFqg0wh X-IPAS-Result: ArcGAIDvNVNFpZEG/2dsb2JhbABZgwY7gw+oTJdxgRcXdIImAQEEViMQCw4mEhQYDSQTh3kN0gwXjHoggWAHhDgEmgGPGIFqg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="90242629" Original-Received: from 69-165-145-6.dsl.teksavvy.com (HELO pastel.home) ([69.165.145.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Sep 2014 20:56:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 01A5167A07; Thu, 18 Sep 2014 20:56:49 -0400 (EDT) In-Reply-To: (Sam Steingold's message of "Thu, 18 Sep 2014 17:01:56 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174528 Archived-At: >> * Stefan Monnier [2014-09-17 13:53:45 -0400]: >> Of course, another issue with Common-Lisp integration is that we'd >> want to figure out how to integrate the two languages. So, we'd need >> to investigate what are the current incompatibilities. > Running ELisp code in CL has been supported for 15 years. > http://sourceforge.net/p/clocc/hg/ci/default/tree/src/cllib/elisp.lisp As mentioned when someone pointed to a CL-to-Elisp compiler, compiling one language to another is actually slightly different from integrating two language. Stefan