From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kristian Nygaard Jensen Newsgroups: gmane.emacs.devel Subject: Re: Emacs Lisp's future (was: Guile emacs thread (again)) Date: Wed, 17 Sep 2014 09:38:24 +0200 Message-ID: <54193A70.9020901@member.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410939559 26908 80.91.229.3 (17 Sep 2014 07:39:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2014 07:39:19 +0000 (UTC) To: emacs devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 17 09:39:13 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 1XU9pS-0002QY-9b for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 09:39:06 +0200 Original-Received: from localhost ([::1]:42506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XU9pR-0001Bo-UZ for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 03:39:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XU9p0-0000iY-7x for emacs-devel@gnu.org; Wed, 17 Sep 2014 03:38:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XU9ou-0007Ev-30 for emacs-devel@gnu.org; Wed, 17 Sep 2014 03:38:38 -0400 Original-Received: from li564-18.members.linode.com ([151.236.217.18]:54415 helo=freeduck.dk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XU9ot-0007Al-Tq for emacs-devel@gnu.org; Wed, 17 Sep 2014 03:38:32 -0400 Original-Received: from [0.0.0.0] (li564-18.members.linode.com [151.236.217.18]) (Authenticated sender: kristian@freeduck.dk) by freeduck.dk (Postfix) with ESMTPSA id CCBBE5874B for ; Wed, 17 Sep 2014 09:38:24 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 151.236.217.18 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:174401 Archived-At: > Of course, that's for the language side, but on the implementation side, > I don't really know what Common-Lisp implementation we could re-use > (both GNU implementations are dormant, so there's no manpower for us > tap into). Still: there are many Common-Lisp implementations out there, > so there's probably one that could work for us. Embeddable Common-Lisp (http://sourceforge.net/projects/ecls/) seems alive, it is lgpl, so there would be no license issue -- Kristian Nygaard Jensen