Jump to content

Talk:Lisp (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Drj (talk | contribs) at 16:08, 3 August 2001 (cdr was wrong). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Page for discussion about the LISP page.



"The language is still in use in 2001 and is therefore the oldest programming language still currently in use (as of writing in 2001)."


Actually Fortran is older by about 2 years, and is still in serious use. Not many (if any) modern Fortran programs are actually compatible with the original version of Fortran, but that is probably true for LISP as well.


Cobol is still used to some extent and is about the same age as LISP. I could probably be talked into believing LISP is a few months older.


There may be a few ALGOL programs still out there doing useful work in some obscure part of Europe, and again, ALGOL is about the same age as LISP, perhaps slightly older.


Yes, I deliberately stuck my neck out on that one. It did cause me to go and do some research though. You didn't even attempt to back up your Fortran claim but it appears to be true! --drj




CAR (Contents of

Address Register) and CDR (Contents of Address Register) are the operations for returning the head and tail of a list respectively.


Do CAR and CDR really stand for the same thing? (I don't know much about list, having read something about it in a Sci. Am. article about it over a decade ago, and not much since) -- dja



No, CDR stands for Contents of Data Register. Typo/thinko. Fixed. Ta. --drj