Implement support for INITIAL-VALUE slot keyword. Add new generic
authorChris Hanson <org/chris-hanson/cph>
Sun, 15 Jun 1997 06:41:44 +0000 (06:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 15 Jun 1997 06:41:44 +0000 (06:41 +0000)
commitafc5fd854aac3e9b1db8e8cd7edf41ad56a32a01
tree7ee61aa795f63c992f30e512c48b62f5afbdb1c2
parente65c8d058e8f69ca855cce7383647f485c52b0b9
Implement support for INITIAL-VALUE slot keyword.  Add new generic
procedure INITIALIZE-INSTANCE, and give INSTANCE-CONSTRUCTOR and
optional boolean argument that, if true, says to call
INITIALIZE-INSTANCE on the instance before it is returned.
v7/src/sos/instance.scm
v7/src/sos/method.scm
v7/src/sos/sos.pkg