[gambit-list] Changing the console port settings dynamically?

Arthur Smyles atsmyles at earthlink.net
Thu Jul 16 16:29:54 EDT 2009


>  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



More information about the Gambit-list mailing list