[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] trunk r117094: avoid function from `cl'
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] trunk r117094: avoid function from `cl' |
Date: |
Mon, 12 May 2014 21:21:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> + (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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Emacs-diffs] trunk r117094: avoid function from `cl',
Stefan Monnier <=