stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] removed duplicate code from group, screen and window.lisp


From: Julian Stecklina
Subject: Re: [STUMP] removed duplicate code from group, screen and window.lisp
Date: Sun, 27 Jul 2008 21:56:14 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Patrick Pippen" <address@hidden> writes:

> +(defmacro set-list (l &body body)
> +  `(setf ,l ,@body))
> +
> +(defmacro push-list (l &body body)
> +  `(push ,l ,@body))

Why exactly is this useful?

Regards,
-- 
Julian Stecklina

Well, take it from an old hand: the only reason it would be easier to
program in C is that you can't easily express complex problems in C,
so you don't. - Erik Naggum (in comp.lang.lisp)

(Spam-Experiment: http://cthulhu.c3d2.de/~astro/badpit.html )

Attachment: pgp0oiFb1i57P.pgp
Description: PGP signature


reply via email to

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