Do We Really Need Extending Syntax for Advanced Modularity?
Do We Really Need Extending Syntax for Advanced Modularity?
复制标题
我们真的需要扩展语法来实现高级模块化吗?
DOI:
10.1145/2162049.2162061
复制
发表时间:
2012
期刊:
影响因子:
--
通讯作者:
Shigeru Chiba
中科院分区:
文献类型:
--
作者:
Ryota Ayaki;Hideki Shimada;and Kenya Sato;Shigeru Chiba
For every new language construct (or abstraction), we have been always developing new syntax. Is this a right approach? In this paper, we propose that, if we develop a new language construct for advanced modularity, we should consider the use of dynamic text for designing the construct. We mention that language constructs designed with only syntactic extensions (i.e. static text) are not satisfactory in aspect oriented programming. Then we present our two prototype systems to demonstrate language constructs designed with dynamic text. One is synchronous copy and paste and the other is a virtual-file editor named Kide. We show how they enable aspect-oriented programming in plain Java.