Aspect oriented programming: Difference between revisions

Content added Content deleted
(added cross-cutting concerns)
Line 58: Line 58:
Although C is not strictly a functional programming language, it is possible to call a procedure from a pointer, and by re-assigning the pointer force a different procedure to be called. I forget the code for this but it may involve (void *) and &.
Although C is not strictly a functional programming language, it is possible to call a procedure from a pointer, and by re-assigning the pointer force a different procedure to be called. I forget the code for this but it may involve (void *) and &.


=={{header|Javascript}}==
=={{header|JavaScript}}==


Bemson's [https://github.com/bemson/Flow/wiki/ Flow library] introduces an aspect-like framework for Javascript.
Bemson's [https://github.com/bemson/Flow/wiki/ Flow library] introduces an aspect-like framework for JavaScript.


==New Page Notes==
==New Page Notes==