Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
research:software:haskellaop [2013/02/04 18:41] – [Aspect-Oriented Programming in Haskell] ifiguero | research:software:haskellaop [2013/06/14 16:32] (current) – created ifiguero | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Aspect-Oriented Programming in Haskell ====== | + | This page has been moved to: [[research/ |
- | This is the main page for our research on aspect-oriented programming (AOP) in Haskell. We have developed the Haskell AOP library that provides the full pointcut/ | + | |
- | + | ||
- | + | ||
- | ====== A Typed Monadic Embedding of Aspects (AOSD 2013) ====== | + | |
- | + | ||
- | We developed a novel approach to embed pointcut/ | + | |
- | + | ||
- | ====== Source Code ====== | + | |
- | + | ||
- | ===== Original code from AOSD 2013 ===== | + | |
- | The original source of the AOSD 2013 paper can be downloaded {{:research: | + | |
- | + | ||
- | ===== Taming Aspects with Monads and Membranes (FOAL 2013) ===== | + | |
- | The source of our FOAL 2013 submission can be downloaded {{: | + | |
- | + | ||
- | ====== About the Code ====== | + | |
- | + | ||
- | We tested the software in the [[http:// | + | |
- | + | ||
- | The code depends on the following packages: | + | |
- | * random | + | |
- | * mtl | + | |
- | * HUnit | + | |
- | * QuickCheck | + | |
- | * containers | + | |
- | * haskell-src-meta | + | |
- | * template-haskell | + | |
- | * polytypeable | + | |
- | * ghc-prim | + | |
- | * fgl (functional graph library, for the membrane semantics) | + | |
- | + | ||
- | Which can be installed using the [[http:// | + | |
- | + | ||
- | We include the paper examples, and tests used during development. The main difference between the code in the paper and the source code are: | + | |
- | + | ||
- | * deployment/ | + | |
- | + | ||
- | * In file Function.hs we define tagged functions to provide a more robust notion of function equality. Join points, open function application, | + |