登入
選單
返回
Google圖書搜尋
A C++ Interpreter for Scheme
Vincent F. Russo
Simon M. Kaplan
University of Illinois at Urbana-Champaign. Department of Computer Science
出版
Department of Computer Science, University of Illinois at Urbana-Champaign
, 1988
URL
http://books.google.com.hk/books?id=O4yOacyFMHQC&hl=&source=gbs_api
註釋
This paper reports on a project to port an interpreter written in C for a subset of the Scheme language, to C++. The primary advantage of such a migration is the greatly improved internal structure of the interpreter, increasing modularity and decreasing the effect required to maintain and extend it. A secondary advantage is that the C++ interpreter is somewhat faster. We briefly overview Scheme, discuss the two systems from the ease of maintenance, extension, and performance viewpoints.