> Note 2: I guess it is time to add procedures to get the stdin/stdout/ > stderr, e.g. (stdout-port) to get the standard output. Do other > Scheme implementations have an established naming convention for these > procedures? R6RS uses these: (standard-input-port) (standard-output-port) (standard-error-port) Arthur