[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
constructor function vs constructor macro
- To: common-lisp@su-ai.ARPA
- Subject: constructor function vs constructor macro
- From: Masinter.pa@Xerox.ARPA
- Date: Mon, 02 Sep 1985 22:17:00 -0000
On p. 308, it says that defstruct defines a constructor function named
make-name, and talks about the automatically defined
constructor-function. However, on page 357, it says that #S calls the
constructor <macro>. Am I right in assuming that p 357 is wrong, and the
constructor is a function rather than a macro?