Aspect oriented programming: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Go}}: Minor changes in wording.)
Line 105: Line 105:
=={{header|Go}}==
=={{header|Go}}==


Go does not have any support for AOP in either the language itself or its standard library and there appears to be little interest in adding any.
Go does not have any specific support for AOP in either the language itself or its standard library and there appears to be little interest in adding any.


However, there are at least three third party libraries for adding AOP functionality to Go, including [https://github.com/gogap/aop this one] which includes a code example. However, none of them have progressed beyond 'alpha' status and, as there have been no recent commits, development may have stalled.
Nevertheless, there are at least three third party libraries for adding AOP functionality to Go, including [https://github.com/gogap/aop this one] which includes a code example. However, none of them have progressed beyond 'alpha' status and, as there have been no recent commits, development may have stalled.


=={{header|J}}==
=={{header|J}}==