For those to whom this makes any sense, this is so-called "new flavors"
an example of which would be: (defmethod (:string-for-printing
icon-shape) () name) ie message first....
Thanks
Martin M.
I think ACL form Franz supports or used to support Flavors - check their
publicly available documentation. Also, maybe Poplog Lisp (now
open-source) also supports it.
Robert
Yes ACL does include a compatability flavors package (require :flavors),
but AFAIK this isn't New Flavors, e.g. the method definition has the old
order
(defmethod (flavor-name [method-type] operation) lambda-list forms*)
The Franz documentation itself states that they are compatible to
Symbolics' Release 6 Flavors, but not to Release 7 Flavors.
Regs, Pierre.
--
Pierre Mai <pm...@acm.org> PGP and GPG keys at your nearest Keyserver
"One smaller motivation which, in part, stems from altruism is Microsoft-
bashing." [Microsoft memo, see http://www.opensource.org/halloween1.html]
Another presentation described a system (FoOBar, from IST in Lisbon,
Portugal) which had lived through several generations of lisp to end
up as an Common Lisp application. I remember him talking about going
from Flavors to CLOS as well.
I can look through the proceedings for names and adresses if you want
to consider going down that road.
---------------------------+--------------------------------------------------
Christian Lynbech | Ericsson Telebit A/S
Fax: +45 8628 8186 | Fabrikvej 11, DK-8260 Viby J
Phone: +45 8738 2228 | email: c...@tbit.dk --- URL: http://www.tbit.dk
---------------------------+--------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
- pet...@hal.com (Michael A. Petonic)