emacs-devel
[Top][All Lists]
Advanced

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

Re: User-reserved element in byte code vectors


From: Richard Stallman
Subject: Re: User-reserved element in byte code vectors
Date: Thu, 20 May 2004 09:17:34 -0400

    Essentially:

       (let ((env (vector 0)))
         (curry env (lambda (env) (aset env 0 (+ (aref env 0) 1)))))

    [of course, `env' is not visible to the user code]

The word "essentially" means that this isn't really
the answer to the question.  What precisely are the Lisp
objects produced?

Why use `curry' for this at all, rather than implementing
a `closure' funcvec type?





reply via email to

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