cdr
de l’IBM 704, acronyme de contents of the decrement part of the register number (« contenus de la partie de décrémentation du nombre registre »). Note : On ne sait généralement pas cette étymologie, qui n’a pas d’importance aujourd’hui.Invariable |
---|
cdr \ku.dœʁ\ |
Singulier | Pluriel |
---|---|
cdr | cdrs |
\ku.dœʁ\ |
cdr \ku.dœʁ\ masculin
'()
. — (Laurent Bloch et Jacques Arsac, Initiation à la programmation avec Scheme, 2000, page 84)→ Modifier la liste d’anagrammes
cdr
de l’IBM 704, acronyme de contents of the decrement part of the register number (« contenus de la partie de décrémentation du nombre registre »). Note : On ne sait généralement pas cette étymologie, qui n’a pas d’importance aujourd’hui.Singulier | Pluriel |
---|---|
cdr \ˈku.dɚ\ ou \ˈkuː.də\ |
cdrs \ˈku.dɚz\ ou \ˈkuː.dəz\ |
cdr \ˈku.dɚ\ ou \ˈkʌd.ɚ\ (États-Unis), \ˈkuː.də\ ou \ˈkʌd.ə\ (Royaume-Uni)
The elements of a list are the successive cars along the “cdr chain.” That is, the elements are the car, the car of the cdr, the car of the cdr of the cdr, etc.— (Matt Kaufmann, Panagiotis Manolios et J Strother Moore, Computer-aided reasoning: an approach, 2000)
Temps | Forme |
---|---|
Infinitif | to cdr \ˈku.dɚ\ ou \ˈkuː.də\ |
Présent simple, 3e pers. sing. |
cdrs \ˈku.dɚz\ ou \ˈkuː.dəz\ |
Prétérit | cdred \ˈku.dɚd\ ou \ˈkuː.dəd\ |
Participe passé | cdred \ˈku.dɚd\ ou \ˈkuː.dəd\ |
Participe présent | cdring \ˈku.dɚ.ɪŋ\ ou \ˈkuː.də.ɹɪŋ\ |
voir conjugaison anglaise |
cdr \ˈku.dɚ\ ou \ˈkʌd.ɚ\ (États-Unis), \ˈkuː.də\ ou \ˈkʌd.ə\ (Royaume-Uni)
The first clause of the— (Tony Hasemer, Common LISP Programming for Artificial Intelligence, 1989, ISBN 0201175797, page 424)do
arranges for a local variable,check-lis
, to be initialized to the value of the input list and then to be cdred down element by element on each cycle of the loop.
Here are some more exercises in cdring down a list: a. Write a predicate that will determine whether or not a particular element is in a list.— (Max Hailperin, Barbara Kaiser et Karl Knight, Concrete Abstractions: An Introduction to Computer Science Using Scheme, 1999, ISBN 0534952119, page 174)