Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 703 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 703 Bytes

This is the security case study for the paper AspectML: A Polymorphic Aspect-oriented Functional Programming Language by Daniel S. Dantas, David Walker, Geoffrey Washburn & Stephanie Weirich, published at ACM Transactions on Programming Languages & Systems

https://dl.acm.org/citation.cfm?id=1353448

This paper defines AspectML, a typed functional, aspect-oriented programming language. The main contribution of AspectML is the seamless integration of polymorphism, run-time type analysis and aspect-oriented programming language features. In particular, AspectML allows programmers to define type-safe polymorphic advice using pointcuts constructed from a collection of polymorphic join points.