emacs-devel
[Top][All Lists]
Advanced

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

Re: Sweeter Emacs Lisp


From: Lars Magne Ingebrigtsen
Subject: Re: Sweeter Emacs Lisp
Date: Sun, 14 Jul 2013 21:43:43 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:

>> Destructuring lambda argument lists (a la Common Lisp) would be very
>> nice, yes, but is probably an uphill battle.
>
> Why?

Wouldn't it be difficult to implement it so that it would be
backwards-compatible?  Hm...  perhaps not?

(defmacro foo ((bar zot &rest gazonk) &body body)
  ...)

would probably be unambiguous.  In which case, I vote for introducing
this in Emacs Lisp.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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