Tag: AOP

Aspect-Oriented Programming and Lisp

Written by on November 13, 2015 in LISP, Programming with 0 Comments
Aspect-Oriented Programming and Lisp

Aspect-oriented programming (AOP) is a popular approach to handle cross-cutting concerns in an application. Common examples of cross-cutting functionality are Logging, Error Handling and Transaction Management. AspectJ is the original AOP extension created for Java in 2001. AOP extensions have been developed for some other languages also. There are many good books and online resources on AOP, so I […]

Continue Reading

Top