CS217 Day 17 Friday, May 5, 2000

Parameter Passing II

Loops -- an "extra"

We will be looking at Scheme.java, a call-by-value interpreter in Java that parses and evaluates list syntax. We'll want to be able to read and understand the code. Try compiling and running it --
javac Scheme.java
java Scheme
We are scheduled to do continuation passing interpreters next.
We don't have time to get too far with them.
What about moving on to Object-Oriented Languages?