Aspect oriented programming: Difference between revisions

Content added Content deleted
(Aspect oriented programming in Prolog)
Line 358: Line 358:
and manually edit every single call, again so that any future (/temporary) changes are quick, easy & obvious.<br>
and manually edit every single call, again so that any future (/temporary) changes are quick, easy & obvious.<br>
Also note the latter is compatible with p2js, whereas namespaces are not.
Also note the latter is compatible with p2js, whereas namespaces are not.

=={{header|Prolog}}==
Phil Hargett [https://github.com/hargettp/aop/ AOP library] introduces an aspect-like framework for Prolog.

AOP for Prolog is also introduced on [https://bigzaphod.github.io/Whirl/dma/docs/aspects/aspects-man.html this web page].


=={{header|Python}}==
=={{header|Python}}==