[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LSUBR GET
- To: BUG-LISP at MIT-AI, BUG-LISPM at MIT-AI
- Subject: LSUBR GET
- From: "Guy L. Steele, Jr." <GLS at MIT-AI>
- Date: Thu, 27 Mar 80 07:54:00 GMT
- Cc: GLS at MIT-AI, GJS at MIT-AI
- Original-date: 27 March 1980 02:54-EST
Boy, would it be neat in certain kinds of programming for
GET to be an LSUBR! (GET x p1 p2 p3 ... pn) =>
(GET ... (GET (GET (GET x p1) p2) p3) ... pn)
Great for super property-list hackers (like GJS).