Path: utzoo!attcan!uunet!samsung!uakari.primate.wisc.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!p.cs.uiuc.edu!johnson From: johnson@p.cs.uiuc.edu Newsgroups: comp.lang.c++ Subject: Re: Re^2: Continuations Message-ID: <77300040@p.cs.uiuc.edu> Date: 2 Dec 89 17:38:30 GMT References: <48742@ricerca.UUCP> Lines: 10 Nf-ID: #R:ricerca.UUCP:48742:p.cs.uiuc.edu:77300040:000:430 Nf-From: p.cs.uiuc.edu!johnson Dec 1 16:13:00 1989 Smalltalk has information hiding and continuations. I can't see why continuations in Smalltalk interfere with information hiding in any way. Smalltalk continuations are not as powerful as Scheme continuations because a closure can only return once, but this doesn't make any practical difference in either implementing them or using them. Thus, I don't think that continations interfere with information hiding. Ralph Johnson