Aspect oriented programming: Difference between revisions

m
→‎{{header|Go}}: Minor changes in wording.
(Added Go)
m (→‎{{header|Go}}: Minor changes in wording.)
Line 105:
=={{header|Go}}==
 
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.
 
HoweverNevertheless, 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}}==
9,479

edits