-
and & or, bindings, BYU, CS61a, do_and_form(), do_cond_form(), do_or_form(), expressions, is_scheme_true(), make_let_form(), part 3, scheme, scheme interpreter
Guide to the Scheme Interpreter Project (BYU CS 111) Part 3
Part 1 Part 2 We are finally to the last part of building our interpreter for Scheme in Python. In Part 3 we will implement our special form functions so that we can interpret And/Or, Conditionals, and the Let form in Scheme. Problem 12: And & Or Problem 12 deals with the And and Or…