emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement letrec without backquote?


From: Andreas Schwab
Subject: Re: [PATCH] Implement letrec without backquote?
Date: Sat, 05 Nov 2016 11:21:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

On Nov 05 2016, Tino Calancha <address@hidden> wrote:

> Also, i wanted to expand in just one setq call, that is, instead of
> (setq x 1) (setq y 2) ... (setq foo N)
> like this:
> (setq x 1 y 2 ... foo N)
>
> But, it seems it's doesn't bring a better efficiency.

That's because setq is a bytecode primitive, and both variants are
compiled to the same byte code.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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