From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: More Common Lisp stuff... Date: Fri, 17 Oct 2003 19:15:58 -0400 Organization: disorganization Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <85znh3obb3.fsf@junk.nocrew.org> <851xtcfbxw.fsf@junk.nocrew.org> <87he286mv4.fsf@fuckup.hack.org> <87znfzkfoa.fsf@emacswiki.org> <857k33er6z.fsf@junk.nocrew.org> <853cdreesa.fsf@junk.nocrew.org> Reply-To: sds@gnu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066433042 29765 80.91.224.253 (17 Oct 2003 23:24:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 23:24:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 18 01:24:00 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 1AAdwu-0005Cy-00 for ; Sat, 18 Oct 2003 01:24:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAdwt-00012t-00 for ; Sat, 18 Oct 2003 01:24:00 +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 1AAdup-0002KH-5v for emacs-devel@quimby.gnus.org; Fri, 17 Oct 2003 19:21:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAdtq-00028G-GF for emacs-devel@gnu.org; Fri, 17 Oct 2003 19:20:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAdpK-000199-Ug for emacs-devel@gnu.org; Fri, 17 Oct 2003 19:16:43 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAdpC-0000uD-DP for emacs-devel@gnu.org; Fri, 17 Oct 2003 19:16:02 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAdpA-00060F-00 for ; Sat, 18 Oct 2003 01:16:00 +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 1AAdp9-000607-00 for ; Sat, 18 Oct 2003 01:15:59 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAdp9-0007Yj-00 for ; Sat, 18 Oct 2003 01:15:59 +0200 Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:Sq6LqaYfzruPSpD4nIbt7mZ9Gz8= 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:17230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17230 > * Lars Brinkhoff [2003-10-17 23:27:01 +0200]: > > Sam Steingold writes: >> > My impression is that the CLOCC stuff isn't very far along, >> CLOCC/CLLIB/emacs allows compilation & execution of Emacs-Lisp code >> using any ANSI CL implementation. > > Any Emacs Lisp code, including programs using buffers, files, network > connections, keymaps, major/minor modes, etc? Most of the above would require implementing Emacs C-level internals. This has not been done. Purely ELisp software, e.g., calendar, runs just fine, i.e., you can use it to calculate dates &c. -- Sam Steingold (http://www.podval.org/~sds) running w2k I'm a Lisp variable -- bind me!