Ian Eslick <[email protected]> writes: > I believe the current weblocks framework simply uses slot-value so I > didn't bother extracting and reproducing the accessors.
It looks for a reader/writer function attached via slot definition first. So if you say (defclass x () ((y :reader y))) (defmethod y ((self x)) #|do magic|#) It will do magic when reading slot y. -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
