Aspect oriented programming: Difference between revisions

→‎{{header|Python}}: Replace empty Scala by Python.
m (sort languages, remove some fluff)
(→‎{{header|Python}}: Replace empty Scala by Python.)
Line 111:
Bemson's [https://github.com/bemson/Flow/wiki/ Flow library] introduces an aspect-like framework for JavaScript.
 
=={{header|ScalaPython}}==
Python has special syntax for [http://legacy.python.org/dev/peps/pep-0318/ decorators] acting on functions and methods, as well as [http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python metaclasses].
Anonymous user