emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: New paper on Emacs Lisp]


From: Ken Raeburn
Subject: Re: address@hidden: New paper on Emacs Lisp]
Date: Mon, 26 Nov 2001 02:45:21 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50

Richard Stallman <address@hidden> writes:
> This paper might be very useful for making Emacs use Guile.
> I have not seen the paper itself.

I've glanced over the paper, it has to do with the analysis of when
dynamic bindings can be replaced with lexical ones, to produce faster
and more readable Scheme as output.  It could help do a static
translation of lots of elisp files, but the analysis is probably too
slow to use when loading .el files in normal usage.  For example,
pop3.el took over two minutes to analyze, though it was the worst of
the test cases they listed.

The "related work" section mentions both Keisuke's work and mine,
among others.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]