| From: Grant Rettke (grettke at acm.org) Date: Wed Aug 26 12:20:07 EDT 2009  | 
  | 
On Wed, Aug 26, 2009 at 9:47 AM, Scott Hickey<sshickey at qwest.net> wrote: > 1) Since make-??? is automatically defined for structs, is considered a good > Scheme practice not to use the make prefix for anything other than structs? If you are using objects, you will use new. For everything else, use make.
| Posted on the users mailing list. | 
  |