Date: Sun, 21 May 2000 14:56:42 -0400 (EDT) Message-ID: <200005211856.OAA21139@life.ai.mit.edu> Newsgroups: comp.lang.dylan From: Nolan Darilek Subject: make() and initialize()? Lines: 4 I've finally encountered a situation in which I'd like to override the default/generated constructors. I've seen code which overrides make, and code which overrides initialize on the new class. What is the difference between make() and initialize()?