From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Emacs rewrite in a maintainable language Date: Tue, 13 Oct 2015 12:38:08 +1100 Message-ID: <87d1wjpmyn.fsf@gmail.com> References: <561A19AB.5060001@cumego.com> <87io6dl0h0.fsf@wanadoo.es> <87lhb82qxc.fsf@gmail.com> <87oag4jk74.fsf@wanadoo.es> <87k2qrki45.fsf@wanadoo.es> <87si5fvgjm.fsf@maguirefamily.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1444700326 25384 80.91.229.3 (13 Oct 2015 01:38:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2015 01:38:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 13 03:38:40 2015 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 1ZloXy-0003vW-Fl for ged-emacs-devel@m.gmane.org; Tue, 13 Oct 2015 03:38:34 +0200 Original-Received: from localhost ([::1]:59907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZloXx-0007I9-DR for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2015 21:38:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZloXk-0007Ht-LW for emacs-devel@gnu.org; Mon, 12 Oct 2015 21:38:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZloXf-0000Ev-RL for emacs-devel@gnu.org; Mon, 12 Oct 2015 21:38:20 -0400 Original-Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:35793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZloXf-0000Er-M3 for emacs-devel@gnu.org; Mon, 12 Oct 2015 21:38:15 -0400 Original-Received: by pabve7 with SMTP id ve7so4224915pab.2 for ; Mon, 12 Oct 2015 18:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=QbNQrEvDY+5VA2JCcsZ67lVsHkkyiSNsDMSv4uj4Wnc=; b=bwm2XQ+zmAfjtnePW+W51o0Cui9JPdT9H8YZMtd8Zf3AdTe5bffckfc2YbXOB8IfmE GuK0vZwQaB3wnXD0GbTpnBm99bTP1UzCbWbC5C5ih+mBhvcYmsN4ANSaaWHATM3TjL7Q ge80tLQCTlaPiwh5fONxlPg6ASuRm7C6kavVPveWnVwPE/EpgtHejiNWrQJs02CgCDg3 CScunRvUucJAaJyKoiytLqdtKaGV74utGS9Ft9HOWWjPfEq9b8o0w2I4Ikh6oS99I2ze VdNtLXk6U3U9KVIRJHqpejNvcqhLAHxKKGHW0PbBtHr7plWEi7CNHqmZ2AduL2Y20kRc 2B9A== X-Received: by 10.66.101.68 with SMTP id fe4mr38239716pab.30.1444700294837; Mon, 12 Oct 2015 18:38:14 -0700 (PDT) Original-Received: from localhost (CPE-58-161-15-29.cqqy2.win.bigpond.net.au. [58.161.15.29]) by smtp.gmail.com with ESMTPSA id zn9sm343724pac.48.2015.10.12.18.38.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Oct 2015 18:38:13 -0700 (PDT) In-reply-to: <87si5fvgjm.fsf@maguirefamily.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::235 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:191419 Archived-At: Camm Maguire writes: > Has anyone ever considered using GNU gcl to translate lisp into > (very fast) C? Well, a couple of months ago, Pascal Bourguignon wrote: I'm writing a C parser in CL, so that I may read the C sources of CL, and then translate them into maintainable CL. Then I will be able to compile a CL GNU emacs core, that would be 100% bug-for-bug compatible with GNU emacs, and on which you could run all the .el (and even .elc) you'd want. https://lists.gnu.org/archive/html/help-gnu-emacs/2015-08/msg00137.html Alexis.