Re: How could this be implemented?

2007-01-15 Thread Alan Bram
> > Just in case you haven't already heard about it, you might check out > > scsh. > I've looked at scsh. The whole (run (ls)) thing is just too much noise > for me. It is slightly better than (system "ls"), but I still don't > quite like it well enough. Then you might prefer Tcl. What you'v

Re: uniform-array-read!

2006-02-04 Thread Alan Bram
> Alan Bram <[EMAIL PROTECTED]> writes: > > > Gee, that's strange. When I try it, even with a larger size, it > > still works fine for me. > > The problem is likely that uniform-array-read! will try to fill the > whole array, if necessary by doing more

Re: uniform-array-read!

2006-02-03 Thread Alan Bram
Gee, that's strange. When I try it, even with a larger size, it still works fine for me. > > | > > | (define read-network-byte > > | (lambda (port) > > | (let ((v (make-uniform-array #\nul 1))) > ^^^ > when array size is 1, it works. But if i set i

Re: uniform-array-read!

2006-02-02 Thread Alan Bram
Hi, I've been following along on this topic only half-absentmindedly, so I apologize if I missed something. But, just thought it might be a useful data point to know: Both of the following variants seem to be working just fine for me: ,-- | (define read-network-byte | (lambda (port) | (le