A Context-Oriented Extension of F#

Andrea Canciani,Pierpaolo Degano,Gian-Luigi Ferrari,Letterio Galletta
DOI: https://doi.org/10.48550/arXiv.1512.07681
2015-12-24
Programming Languages
Abstract:Context-Oriented programming languages provide us with primitive constructs to adapt program behaviour depending on the evolution of their operational environment, namely the context. In previous work we proposed ML_CoDa, a context-oriented language with two-components: a declarative constituent for programming the context and a functional one for computing. This paper describes the implementation of ML_CoDa as an extension of F#.
What problem does this paper attempt to address?