版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构:Microsoft Corp Redmond WA 98052 USA Univ Arizona Dept Comp Sci Tucson AZ 85721 USA
出 版 物:《SOFTWARE-PRACTICE & EXPERIENCE》 (软件:实践与经验)
年 卷 期:2000年第30卷第8期
页 面:925-972页
核心收录:
学科分类:08[工学] 0835[工学-软件工程] 0812[工学-计算机科学与技术(可授工学、理学学位)]
主 题:Icon Java compilation generators object-oriented programming virtual machine
摘 要:Jcon is a new, full-featured, Java-based implementation of the Icon programming language, The compiler, written in Icon, generates an intermediate representation that is optimized and then used to produce classfiles of Java bytecode, A four-chunk control-flow model handles goal-directed evaluation and produces constructs not expressible as Java code. The runtime system, written in Java, finds object-oriented programming a great advantage in implementing a dynamically typed language, with method calls replacing many conditional tests. An all-encompassing descriptor class supports values, references, and suspended operations. The procedure call interface is simple and incurs overhead for generator support only when actually needed. Performance is somewhat disappointing, and some limitations are annoying, but in general Java provides a good implementation platform. Copyright (C) 2000 John Wiley & Sons, Ltd.