Stephen Compall <[email protected]> wrote: > Furthermore, I would like to know why this is done by compiler hacking > instead of reverse-engineering initargs. The latter would be more > reliable especially if the values change outside the defview form.
May be I don't understand something but views "inheritance" with :inherit-from is instance-based not class-based. The only possible MOP here is to track access of `fields' slot with `slot-value-using-class' instead of compiler hacking or find more general way to imitate prototype-based object system in CLOS. --- Best Regards, Vladimir Sekissov --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
