Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!uoregon!akm From: akm@uoregon.uoregon.edu (Anant Kartik Mithal) Newsgroups: comp.lang.smalltalk Subject: Re: EXECUTALBE VERSION OF A SMALLTALK/V APPLICATION Summary: hiding code Message-ID: <3839@uoregon.uoregon.edu> Date: 16 Feb 89 06:20:31 GMT References: <542@sce.carleton.ca> Reply-To: akm@drizzle.UUCP (Anant Kartik Mithal) Organization: University of Oregon, Computer Science, Eugene OR Lines: 11 There appears to be some stage that you can put the image / source file into where if you try to look at the definitions of a class, it comes back saying that you can't look at source code. My problem is that in the cases that this has happened to me, I *haven't* wanted it to happen. (I use V/286). On the other hand, if your goal is information hiding, and preventing users from mucking around with your code, that seems to be an effective way of doing it. Kartik