On Feb 2, 2:09 pm, Nebojsa Stricevic <[email protected]> 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? >
I agree with Shantanu and feel that Ring is a nice example of AOP behaviour using functions. For a general purpose library you may find Robert Hooke useful: https://github.com/technomancy/robert-hooke Saul -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
