Aspect oriented programming: Difference between revisions

Content added Content deleted
m (Move Kotlin entry into correct alphabetical order.)
(Added Go)
Line 102: Line 102:


[http://eprints.bbk.ac.uk/20835/1/csci2017.pdf An Aspect-Oriented Framework for F#]
[http://eprints.bbk.ac.uk/20835/1/csci2017.pdf An Aspect-Oriented Framework for F#]

=={{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.

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.


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