[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anonymous Generic Function Proposal (Draft 1)



(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