When the expression has no constants, the highest common factor (HCF) of the coefficients is found. The expression has no constants. The HCF of the coefficients is the greatest factor that is common ...
Like the title says, I'm rewriting the Scheme interpreter in Scheme for a class. I'm doing alright except for how to approach variable arity lambda expressions.