On 9/20/07, Nicholas Leippe <[EMAIL PROTECTED]> wrote: > AOP is not dead. There are many projects to add AOP to several languages. > They include at least (from my recollection when I last read up on it) Lisp, > PHP, boo, Ruby, Python, javascript, and I believe even C++ --although code > weaving in a statically compiled language is a bit more difficult. I never > looked into Java or .net/mono, but I imagine it should be possible even if > not easy.
As with many "design patterns" from lower-level languages, dynamic languages have been doing AOP for years without bothering to call it that. You don't need an AOP library in Python, Ruby, or Javascript. -Jonathan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
