|
|
|
|
|
by dkersten
1866 days ago
|
|
> Lisp is one of the oldest programming languages that is still in use today I don’t like that this keeps getting repeated. Common Lisp is different from the original Lisp and other modern Lisps are even more different. It’s like saying Algol is one of the oldest programming languages still in use today, because many Algol-descendants are quite popular still. |
|
It still has the old operators: car, cdr, cons, eval, apply, append, cond, quote, lambda, set, setq, atom, and, eq, equal, list, map, mapcon, maplist, nconc, not, null, or, print, prog, read, remprop, rplaca, rplacd, ...
It has the old data structures like symbols and cons cells.
Thus programs from 1960 often can be made running in Common Lisp, unless they make use of system specific functions.