Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

The LISP

Name: Anonymous 2010-10-12 9:18

Why is the function car not called first-of?

Why is the function cdr not called last-of?

Because.... post a comment with the answer, faggot.

Name: Anonymous 2010-10-13 23:39


public final class Cons {
    /** extensive javadoc omitted for brevity... */
    private Object car;
    private Object cdr;
    public Object getFirstElementOfList() { return car; }
    public Object getTailOfList() { return cdr; }
    public void setFirstElementOfListBang...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List