20 May 11
Very simple example of AOP in Ruby and Python
The aspect-oriented programming (abbreviated AOP) is an expedient to solve the problems when trying to modularize software. It focuses the problem of cross-cutting-concerns (abbreviated CCC).
An AOP framework for Ruby