Printing Values: Quasiquote Notation
There are times when the constructor notation can become rather unwieldy, e.g., when students are using lists to represent programs in a programming languages course. For this reason, DrScheme offers a for printing values. The printing style can be chosen independently of the language level in most cases (i.e., when the language level provides the necessary features). |