[plt-scheme] Re: Trouble with IO ports

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Feb 9 01:05:08 EST 2009

On Feb  8, Michel S. wrote:
> 
> On Feb 8, 5:24 pm, Eli Barzilay <e... at barzilay.org> wrote:
> >
> > In general, `char-ready?' and `read-char' are poor choices to build
> > this functionality on.
> 
> Unfortunately that seems the lowest common denominator. copy-port
> appears to be PLT-specific. Any suggestion?

Well, IMO `read-char' and `char-ready?' are poor enough that I'd write
some PLT- and some Chez-specific code.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.