Syntax forms exported by (ironscheme) in addition to the R6RS library forms
include
Includes a file into the toplevel program.
include-into
Includes the contents of a file in the current location.
export
Extended version of the R6RS export syntax.
import
Extended version of the R6RS import syntax.
library
Extended version of the R6RS library syntax.
fluid-let-syntax
See Chez Scheme documentation for this one.
module
Creates a module as described in the Chez Scheme documentation.
parameterize
Alters the binding temporarily of a parameter.
time
Times an expression, and prints the statistics, and returns the result.
trace-define
Tracing form of define.
trace-define-syntax
Tracing form of define-syntax.
trace-lambda
Tracing form of lambda.
trace-let-syntax
Tracing form of let-syntax.
trace-letrec-syntax
Tracing form of letrec-syntax.