emacs-devel
[Top][All Lists]
Advanced

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

Re: Code for cond*


From: Po Lu
Subject: Re: Code for cond*
Date: Wed, 24 Jan 2024 20:09:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Kangas <stefankangas@gmail.com> writes:

> If it does _not_ come with such a plan, it's slightly better.  But then
> that begs the question: why add it?

Because it will forever free us of such forms as:

  (let (x y z)
    (cond ((eq (setq x ...) 'bar)
           yyy)
          ((setq y (... x))
           zzz)
          ...and so on

This alone is too important a feature to be consigned to ELPA.


reply via email to

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