[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SETF and Prolog
- To: common-lisp@SU-AI.ARPA
- Subject: SETF and Prolog
- From: Jim Meehan <Meehan@YALE.ARPA>
- Date: Wed, 12 Oct 83 09:39:39 EDT
As long as you're doing (SETF (+ X 3) 10), why not use SETF as a
notation for Prolog-style assertions? E.g.,
(SETF (GRANDFATHER-OF X) 'THOMAS).
(-: There. We embedded it again. :-)
-------