登入選單
返回Google圖書搜尋
註釋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.