all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r117094: avoid function from `cl'
       [not found] <E1Wk053-00018x-SJ@vcs.savannah.gnu.org>
@ 2014-05-13  1:21 ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2014-05-13  1:21 UTC (permalink / raw)
  To: Sam Steingold; +Cc: emacs-devel

> +             (concat (format "%.2f" (/ delay (car (cddr here)))) (cadr here))))))

FWIW, I find `nth' much more readable.  Also IIRC `nth' is pretty damn
fast in comparison to mixes of car/cdr, so performance is no reason to
avoid it (except maybe for (nth 0 X), tho we could let the byte-compiler
optimize it to car for us).


        Stefan



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-13  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Wk053-00018x-SJ@vcs.savannah.gnu.org>
2014-05-13  1:21 ` [Emacs-diffs] trunk r117094: avoid function from `cl' Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.