Christophe Turle <[EMAIL PROTECTED]> writes: > how can i get the name of the accessor for a struct and one of its slot ? > > inputs : struct symbol, slot symbol > output : accessor symbol
Use Standard-Classes and MOP instead. Maybe MOP on Structure-Classes is supported in CMUCL (PCL), but it's not required by ANSI. Structure-Classes are for simple uses. The fact that they don't support all these different features makes it really easy for the compiler to optimize code that uses them. -- Rahul Jain [EMAIL PROTECTED] Professional Software Developer, Amateur Quantum Mechanicist
