> > 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
> 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
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
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