Next: , Previous: Module commands, Up: Command processor


2.4.7 SRFI 7

Scheme48 supports [SRFI 7] after loading the srfi-7 structure by providing two commands for loading [SRFI 7] programs:

— command: ,load-srfi-7-program name filename
— command: ,load-srfi-7-script name filename

These load [SRFI 7] a program into a newly constructed structure, named name, which opens whatever other structures are needed by features specified in the program. ,load-srfi-7-program loads a simple [SRFI 7] program; ,load-srfi-7-script skips the first line, intended for [SRFI 22] Unix scripts.