[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Flags in property lists
- To: Eric Benson <BENSON at UTAH-20>
- Subject: Flags in property lists
- From: David A. Moon <Moon at MIT-MC>
- Date: Mon, 08 Feb 1982 05:31:00 -0000
- Cc: common-lisp at SU-AI
Flat property lists can be stored more efficiently than pair lists
in Lisp with cdr-coding. That isn't why Maclisp dropped them, of
course; probably Maclisp dropped them because they are a crock and
because they make GET a little slower, which slows down the
interpreter in a system like Maclisp that stores function definitions
on the property list.