Cddr vs Cdr - What's the difference?
cddr | cdr | Derived terms |
(computing) Cdr of the cdr in LISP. The rest of a list if the first two elements are removed.
: a computer record representing a unit of traffic handled by a telephone exchange.
common data rate
content of decrement of register:
(ophthalmology)
Cdr is a derived term of cddr.
Cdr is a related term of cddr.
In computing terms the difference between cddr and cdr
is that cddr is cdr of the cdr in LISP. The rest of a list if the first two elements are removed while cdr is the second part of a cons in LISP. The rest of a list when the first element is removed.As an initialism CDR is
call detail record: a computer record representing a unit of traffic handled by a telephone exchange.cddr
English
Noun
(en noun)Derived terms
* caddr * cdddrcdr
English
Initialism
(Initialism) (head)cdr
is a Lisp (and Scheme) instruction, that has become a verb in the MIT: "to cdr down" means to evaluate the items of a list one by one.