Lisp provides for every symbol a property list that associates named properties with the symbol:
binding
PRESIDENT -----------> BUSH
| |
| DUTIES (CINC ...) | WIFE ---> LAURA
| | |
| ... | AGE 57 | ...
This mechanism has several advantages:
Property lists are a natural mechanism to use in implementing semantic networks.
Contents    Page-10    Prev    Next    Page+10    Index