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