scsh-hackers
[Top] [All Lists]

[Scsh-hackers] Re: More

To: scsh-hackers@lists.sourceforge.net
Subject: [Scsh-hackers] Re: More
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: 01 Jun 2001 19:33:59 +0200
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
>>>>> "Olin" == Olin Shivers <shivers@cc.gatech.edu> writes:


Olin>   - This script:
>> #! /usr/local/bin/scsh \ 
>> -o big-scheme -e main -s
>> !#

>> (define (main args) 
>> (format (current-output-port) "~a~%" args))
>> outputs compiler msgs to stdout. ARGH!

Just a small, maybe useless hint: In Scheme48 0.53 there is the
concept of noise-port's inside the compiler.

--
Martin


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] Re: More, Martin Gasbichler <=