The following procedures are required by R4RS and are not implemented in the
STK interpreter.
- transcript-offndexfile(index-entry "transcript-off" "tt" aux )
- transcript-onndexfile(index-entry "transcript-on" "tt" aux )
ndexfile(index-entry "Transcript-off" "tt" aux )Transcript-off and ndexfile(index-entry "transcript-on" "tt" aux )transcript-on can be simulated with
various Unix tools such as script or fep.
The following procedures are not implemented in the STK interpreter whereas
they are defined in R4RS (but not required). They are all
related to complex or rational numbers.
- numeratorndexfile(index-entry "numerator" "tt" aux )
- denominatorndexfile(index-entry "denominator" "tt" aux )
- rationalizendexfile(index-entry "rationalize" "tt" aux )
- make-rectangularndexfile(index-entry "make-rectangular" "tt" aux )
- make-polarndexfile(index-entry "make-polar" "tt" aux )
- real-partndexfile(index-entry "real-part" "tt" aux )
- imag-partndexfile(index-entry "imag-part" "tt" aux )
- magnitudendexfile(index-entry "magnitude" "tt" aux )
- anglendexfile(index-entry "angle" "tt" aux )