wirfs-brock.com/allen/things/smalltalk-things/efficient-implementation-sm...

Preface One of the more challenging aspects of a Smalltalk implementation is the efficient implementation of blocks and in particular blocks containing method returns.  In the original Smalltalk-80 virtual machine design blocks were not reentrant and hence not true closures. 


Comments (0)

Sign in to post comments.