[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Method Qualifiers
- To: info-mcl@ministry.cambridge.apple.com
- Subject: Method Qualifiers
- From: biefeld@isd.jpl.nasa.gov (Eric Biefeld)
- Date: 22 Nov 1993 22:17:23 GMT
- Followup-to: comp.lang.lisp.mcl
- Newsgroups: comp.lang.lisp.mcl
- Organization: JPL
Steele's Common LISP states that a method qualifier is a non-nil-atom. I
was building a method combination which used a fixnum as a method
qualifier, but the defmethod macro error message stated that method
qualifier had to be a symbol. Could this be fixed?
Eric Biefeld