From: Frank T. <ft...@ne...> - 2001-11-04 04:16:03
|
FYI, I just read a great document on Python metaclases: Metaclasses in Python 1.5 http://www.python.org/doc/essays/metaclasses/ The paper never really mentions AOP, but it is quite clear they are talking about AOP. Metaclasses are how TransWarp implements its AOP system, but I'm still not quite sure I like their model/API. I'm going to have to do more research into the metaclass approach and see if it is a good way to go. It's a difficult idea to grasp, and I haven't quite seen its full implications yet. -- Frank Tobin http://www.neverending.org/~ftobin/ |