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: > Hi, > > Are there any general purpose libraries/frameworks with nice API/DSL > for Aspect Oriented Programming for Clojure? Or is there someone > working on it? Is it needed? Possible? > > Cheers, -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en