[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: function specs
- To: Howard Shrobe <hes%VIXEN%MIT-MC@SU-DSN.ARPA>
- Subject: Re: function specs
- From: Masinter.PA@PARC-MAXC.ARPA
- Date: Tue, 12 Jul 1983 22:18:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: hes%VIXEN%MIT-MC's message of Tue, 12 Jul 83 17:42 EDT
Howie, as I recall (my manual is missing and I must recall), the
(defun (foo bar) (x) (mumble-frotz x))
was disallowed, but that the first arg to defun COULD be an arbitrary
SETFable form. I guess you have to write
(defun (getprop foo bar) (x) (mumble-frotz x))
[apologies for bastard CommonLisp, but as I said, I don't have my manual
handy].