正在加载图片...
MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring semester, 2005 Project 5- The Meta-Circular Evaluator Issued Monday, April 25 To Be Completed By: Friday, May 6, 6: 00 pm Code to load for this project o Links to the system code files meval. scm, syntax. scm, and environment. scm are provided from the Projects link on the projects section You should begin working on the assignment once you receive it. It is to your dvantage to get work done early, rather than waiting until the night before it is due. You should also read over and think through each part of the assignment (as well as any project code) before you sit down at the computer. It is generally much more efficient to test, debug, and run a program that you have thought about beforehand, rather than doing the planning"online. "Diving into program development without a clear idea of what you plan to do generally ensures that the assignments will take much longer than necessary The purpose of this project is to familiarize you with evaluators. There is a fair amount to read and understand; we recommend that you first skim through the project to familiarize yourself with the format, before tackling problems Word to the wise: This project doesn't require a lot of actual programming. It does require understanding a body of code, however, and thus it will require careful preparation. You will be working with evaluators such as those described in chapter 4 of the text book, and variations on those evaluators If you dont have a good understanding of how the evaluator is structured, it is very easy to become confused between the programs that the evaluator is interpreting, and the procedures that implement the evaluator itself. For this project, therefore, we suggest that you do some careful preparation. Once you've done this, your work in the lab should be fairly straightforward Understanding the evaluator Load the code(meval. scm, then syntax. scm, finally environment. scm) for this project. These files contain a version of the meta-circular evaluator described inMASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring Semester, 2005 Project 5 - The Meta-Circular Evaluator • Issued Monday, April 25th. • To Be Completed By: Friday, May 6th, 6:00 pm • Code to load for this project: o Links to the system code files meval.scm, syntax.scm, and environment.scm are provided from the Projects link on the projects section . You should begin working on the assignment once you receive it. It is to your advantage to get work done early, rather than waiting until the night before it is due. You should also read over and think through each part of the assignment (as well as any project code) before you sit down at the computer. It is generally much more efficient to test, debug, and run a program that you have thought about beforehand, rather than doing the planning "online." Diving into program development without a clear idea of what you plan to do generally ensures that the assignments will take much longer than necessary. The purpose of this project is to familiarize you with evaluators. There is a fair amount to read and understand; we recommend that you first skim through the project to familiarize yourself with the format, before tackling problems. Word to the wise: This project doesn't require a lot of actual programming. It does require understanding a body of code, however, and thus it will require careful preparation. You will be working with evaluators such as those described in chapter 4 of the text book, and variations on those evaluators. If you don't have a good understanding of how the evaluator is structured, it is very easy to become confused between the programs that the evaluator is interpreting, and the procedures that implement the evaluator itself. For this project, therefore, we suggest that you do some careful preparation. Once you've done this, your work in the lab should be fairly straightforward. Understanding the evaluator Load the code (meval.scm, then syntax.scm, finally environment.scm) for this project. These files contain a version of the meta-circular evaluator described in
向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有