From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: M. C. Widerkrantz Newsgroups: gmane.emacs.devel Subject: Re: More Common Lisp stuff... Date: Fri, 17 Oct 2003 14:59:43 +0200 Organization: Temple of the Moby Hack Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87he286mv4.fsf@fuckup.hack.org> References: <85znh3obb3.fsf@junk.nocrew.org> <851xtcfbxw.fsf@junk.nocrew.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1066396539 31564 80.91.224.253 (17 Oct 2003 13:15:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 13:15:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 17 15:15:37 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAUS9-000877-00 for ; Fri, 17 Oct 2003 15:15:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAUS9-0008Dz-00 for ; Fri, 17 Oct 2003 15:15:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAUQr-0001XG-8w for emacs-devel@quimby.gnus.org; Fri, 17 Oct 2003 09:14:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAUNh-0000Rc-Nw for emacs-devel@gnu.org; Fri, 17 Oct 2003 09:11:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAUNB-0000In-Hc for emacs-devel@gnu.org; Fri, 17 Oct 2003 09:11:00 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAUNB-0000IZ-7b for emacs-devel@gnu.org; Fri, 17 Oct 2003 09:10:29 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAUN9-0007lj-00 for ; Fri, 17 Oct 2003 15:10:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAUCm-0007dV-00 for ; Fri, 17 Oct 2003 14:59:44 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAUCm-0007f6-00 for ; Fri, 17 Oct 2003 14:59:44 +0200 Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:uLe2ARXvTK6le41/W3AjdmM6+eU= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17205 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17205 Lars Brinkhoff writes: > Lars Brinkhoff writes: >> I'm implementing Common Lisp symbols, packages, streams, readtables, >> and the CL reader in Emacs Lisp. Anyone else into that kind of stuff? >> (No, I'm not pushing for merging more CL stuff into Emacs.) > > FIY, I have now implemented 429 of the 978 external symbols in the > COMMON-LISP package. Cool. When you are going to release it, Lars? What license are you going to use? Did you know that Ingvar Mattson and others are trying to do it the other way around? Ingvar has written Common Lisp code to be able to parse Emacs Lisp. I think Ingvar and friends are trying to make Portable Hemlock Emacs Lisp compatible. I think Martin "Rydis" Rydström is into this as a well. Myself, I would like to see things go in another direction. Does anyone know of a portable curses-like package for Common Lisp that I could use to build an Emacs frontend and use Ingvar's elisp package to make it Emacs compatible? Does anyone else have any similar plans? -- MC, http://hack.org/mc/