To cite this version:Silvia Crafa, Luca Padovani. The chemical approach to typestate-oriented programming. To appear in the proceedings of OOPSLA 2015of OOPSLA . 2015 The chemical approach to typestate-oriented programming
AbstractWe study a novel approach to typestate-oriented programming based on the chemical metaphor: state and operations on objects are molecules of messages and state transformations are chemical reactions. This approach allows us to investigate typestate in an inherently concurrent setting, whereby objects can be accessed and modified concurrently by several processes, each potentially changing only part of their state. We introduce a simple behavioral type theory to express in a uniform way both the private and the public interfaces of objects, to describe and enforce structured object protocols consisting of possibilities, prohibitions, and obligations, and to control object sharing.