[plt-scheme] "Standard Output" window when running stand-alone exe

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Sep 12 15:15:04 EDT 2008

Such printouts also occur if values are returned to the top-level in
the "scheme" family of languages.

Robby

On Fri, Sep 12, 2008 at 2:11 PM, Chongkai Zhu <czhu at cs.utah.edu> wrote:
> Your program `write'/`print'/`display' a "#t" to the `standard-output-port'.
> You need to check the your source code to remove that.
>
> Chongkai
>
> Thomas Brendel wrote:
>>
>> Hi,
>>
>> I'm fairly new to Scheme and I'm trying to make a stand-alone executable
>> of my program, but the documentation for mzc makes my head spin. I finally
>> managed to get something that works the way it's supposed to, except that it
>> also creates a window called "Standard Output," which displays #t upon
>> opening and [Exited] after I close my program window. Is there anything I
>> can do to stop this from appearing?
>>
>> Thanks,
>> Thomas
>> ------------------------------------------------------------------------
>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.