emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs lisp syntax rfc: (cond (EXPR => (lambda (X) ...)))


From: Richard Stallman
Subject: Re: emacs lisp syntax rfc: (cond (EXPR => (lambda (X) ...)))
Date: Thu, 06 Jan 2011 13:43:01 -0500

    However, it seems to me that we are now coming up with rather
    convoluted schemes in which scoping become far from obvious,

The scoping in my proposal is quite natural.  A variable is bound
where it appears, and the scope ends at the end of the cond-form.

I agree that this is not an important feature.
I am not arguing in favor of it.
However, if such a feature is to be considered,
it should be a clean and simple one.


-- 
Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org, www.gnu.org



reply via email to

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