[plt-scheme] levels of access to object fields

From: Prabhakar Ragde (plragde at uwaterloo.ca)
Date: Thu Jan 18 06:33:49 EST 2007

Is it possible to make a field of an object that is accessible to 
objects of the same class but otherwise private? I think I can do this 
in awkward ways (e.g. defining a struct within the class and wrapping 
the field in it). Is there a clean way? Thanks. --PR


Posted on the users mailing list.