I think what a Ring middleware[1] does might be very close what you
want to do with AOP. Clojure has a natural way to "decorate" an
existing body of code using higher order functions and macros.
[1]
http://github.com/mmcgrana/ring
Could you share some use cases that you want to achieve with AOP?
Regards,
Shantanu
On Feb 2, 6:09 pm, Nebojsa Stricevic <
nebojsa.strice...@gmail.com>
wrote: