[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Anonymous Generic Function Proposal (Draft 1)
- To: RPG@SAIL.STANFORD.EDU
- Subject: Re: Anonymous Generic Function Proposal (Draft 1)
- From: Danny Bobrow <Bobrow.pa@Xerox.COM>
- Date: 1 Sep 87 18:18 PDT
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: Dick Gabriel <RPG@SAIL.STANFORD.EDU>'s message of 01 Sep 87 13:00 PDT
- Sender: Bobrow.pa@Xerox.COM
(with-added-methods ((print (...)...)
(print (...)...)
(read (...)...)
(read (...)...)
(read (...)...))
<body>)
Is this strictly lexical (only calls within the <body> have the added
methods), or is it dynamic (calls from any called function see the
methods, but the methods are removed when the fom is exited). Both are
useful I think.
danny