[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] It's right ?
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] It's right ? |
Date: |
Thu, 15 Jul 2010 13:41:46 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.0.1 |
Date: Wed, 14 Jul 2010 13:34:08 +0400
From: zonick <address@hidden>
I am build mit-scheme-c-9.0.1
[...]
*;Unspecified return value*
1 ]=>
End of input stream reached.
Happy Happy Joy Joy.
rm -rf boot-root
rm -f stamp_*
root'Fly:/export/obj/mit-scheme/mit-scheme-c-9.0.1/src# make install
ok!
But how about "*Unspecified return value"* ? It's right ?*
Yes. That's just a message the REPL prints when the expression one
typed (or, in this case, the expression a build script `typed')
returned a value that one is not supposed to use. One gets the same
result if one evaluates, say, (SET-CAR! (CONS 5 3) 1) at the REPL. In
this case, the procedure DISK-SAVE returned an unspecified value.