Applicative bidirectional programming
Applicative bidirectional programming
复制标题
应用双向编程
DOI:
10.1017/s0956796818000096
复制
发表时间:
2018
影响因子:
1.1
通讯作者:
Meng Wang
中科院分区:
文献类型:
--
作者:
Kazutaka Matsuda;Meng Wang
A bidirectional transformation is a pair of mappings between source and view data objects, one in each direction. When the view is modified, the source is updated accordingly with respect to some laws. One way to reduce the development and maintenance effort of bidirectional transformations is to have specialized languages in which the resulting programs are bidirectional by construction—giving rise to the paradigm of bidirectional programming. In this paper, we develop a framework for applicative-style and higher-order bidirectional programming, in which we can write bidirectional transformations as unidirectional programs in standard functional languages, opening up access to the bundle of language features previously only available to conventional unidirectional languages. Our framework essentially bridges two very different approaches of bidirectional programming, namely the lens framework and Voigtländer's semantic bidirectionalization, creating a new programming style that is able to obtain benefits from both.