Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added points

...

Wiki Markup
The notation {{M\[X <\- N\]}} means {{M}} with all occurrences of the symbol {{X}} replaced by the expression {{N}}.  It is very costly to actually perform these subtitutions on =norm-if-form= data.  To avoid this computational expense, we simply maintain a list of bindings which are pairs consisting of symbols (variable names) and boolean values {{{true}}, {{false}}.  The following data definition definition formally defines the {{binding}} type.

...

where X , Y , and Z are arbitrary If forms. This set of rules is Church-Rosser, so the rules can safely be applied using simple structural recursion.

Points Dsitribution

convert-to-if (10%)
normalize (20%)
eval (20%)
convert-to-bool (10%)
reduce (40%)