User loginNavigation |
archivesDe-typechecker: converting from a type to a termThis message presents polymorphic functions that derive a term for a given type -- for a class of fully polymorphic functions: proper and improper combinators. Oleg's converter can let us `visualize' what a function with a particular type may be doing. It can be helpful in understanding functions written in point-free style. And to top it off, we are shown how to do SLD resolution using Haskell typeclasses... By Ehud Lamm at 2005-03-07 09:05 | Functional | login or register to post comments | other blogs | 2189 reads
μABC: A Minimal Aspect Calculus
Aspect-oriented programming is emerging as a powerful tool for system design and development. In this paper, we study aspects as primitive computational entities on par with objects, functions and horn-clauses. To this end, we introduce μABC, a name-based calculus, that incorporates aspects as primitive. In contrast to earlier work on aspects in the context of object-oriented and functional programming, the only computational entities in μABC are aspects. We establish a compositional translations into μABC from a functional language with aspects and higher-order functions. Further, we delineate the features required to support an aspect-oriented style by presenting a translation of μABC into an extended π-calculus. |
Browse archivesActive forum topics |