Contents

Lec29-Interpreters

Interpreters

Special Forms

/lec29-interpreters/image.png

Quotation

/lec29-interpreters/image-1.png

Logical Forms

/lec29-interpreters/image-2.png

Lambda Expressions

1
(lambda (x) (+ x 1))

/lec29-interpreters/image-3.png

Frame and Environment

/lec29-interpreters/image-4.png

Dynamic Scope

who calls you can provide the value you need

rather than static scope…

Interpreting Scheme Code

核心在此 /lec29-interpreters/image-6.png

Define Expressions

/lec29-interpreters/image-7.png