Moving structures between Smalltalk images
暂无分享,去创建一个
There are a number of reasons why a user might want to move data structures between Smalltalk images. Unfortunately, the facilities for doing this in the standard Smalltalk image are inadequate: they do not handle circular structures properly, for example. We have implemented a collection of Smalltalk methods that handles circular structures; in addition, these methods have a number of other advantages over those provided in the standard image. This paper is largely a discussion of the issues that arose during their design, implementation, and use.
[1] David Robson,et al. Smalltalk-80: The Language and Its Implementation , 1983 .
[2] David Alex Lamb. Sharing intermediate representations: the interface description language , 1983 .