Generic Program Transformation

Generic Program Transformation
复制标题

通用程序转换

DOI:
10.1007/10704973_3
复制
发表时间:
1998
期刊:
--
影响因子:
--
通讯作者:
Ganesh Sittampalam
Ganesh Sittampalam
中科院分区:
--
文献类型:
--
作者:
O. Moor;Ganesh Sittampalam

文献摘要

被引文献

相似文献

当编写程序时,特别是在Haskell这样的高级语言中,程序员面临着抽象和效率之间的紧张关系。一个易于理解的程序往往效率不高,而一个更有效的解决方案往往会损害清晰度。
When writing a program, especially in a high level language such as Haskell, the programmer is faced with a tension between abstraction and efficiency. A program that is easy to understand often fails to be efficient, while a more efficient solution often compromises clarity.