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

Re: COPY-INSTANCE ?



Because it is unclear what to do with respect to recursion (they are
many "right choices") no standard facility for copying is available in
PCL.  The important issues are:
  Should values be copied or shared?  
  If copied, should ciruclarities be maintained?
  If not, should their be a depth limit.

  danny