Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Lisp BigO
1
Name:
Anonymous
2012-01-02 16:07
How fast is:
(cdr list...)
10
Name:
>>9
2012-01-02 17:49
>>4
A cons cell is just a pair of 2 values, the
car
and the
cdr
, usually to be thought of a type-tagged structure of 2 elements (sometimes compressed into a register-sized object for extra performance).
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List