Parameters as Closures

Remember way back at the start of the Functions, Operators, and Parameters chapter when operators were described as being like macros? This was very literal - the expressions provided as parameters to an operator should be substituted into the operator body itself, then evaluated. Instead, we evaluated the operator parameters first, then substituted the resulting values into the operator body. This didn't matter before implementing the prime operator, but

TODO

< Previous Page | Table of Contents