preview
This course is mainly designed for SICP(Structure and Interpretation of Computer Programs)
Type of expression
no matter
or they are all expression.
we can use a notation
to express all the concept.
Anatomy of call a expression
The way that programming language work is they interpret expression by applying procedure evaluation
Your program takes in an expression and find opeartor find arguments and apply arguments to operators by recusive!