[CM] Another Scheme API question

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Sun May 17 14:22:15 PDT 2020


In r7rs, I think most of the output functions return an
unspecified value, as does vector-set! (I think...),
s7_unspecified or #<unspecified>, but this is dumb.
s7 normally tries to return a value for the reason
you mentioned, so vector-set! returns the value,
and output procedures (like display) return the thing
output.



More information about the Cmdist mailing list