Re: It would be nice if glob "/*/*" worked

2019-11-28 Thread Evan Hanson
On 2019-11-28 8:38, Kristian Lein-Mathisen wrote: > I may be missing the point here, but is'nt it just easier to use find-files? I think there are situations where one is more natural than the other. find-files is strictly more powerful, but it's not as concise or readable for many use cases so

Re: Reading bytes from a TCP port

2019-11-28 Thread Fredrik Appelberg
ko...@upyum.com writes: > Fredrik Appelberg wrote: >> >> Hello all, new chicken schemer here. >> >> I'm writing an AMPQ client for fun (as One does) and can't figure out >> the correct way to read from a TCP port. I want to block until input is >> available, and then read all buffered data

Re: Reading bytes from a TCP port

2019-11-28 Thread kooda
Fredrik Appelberg wrote: > > Hello all, new chicken schemer here. > > I'm writing an AMPQ client for fun (as One does) and can't figure out > the correct way to read from a TCP port. I want to block until input is > available, and then read all buffered data into a byte buffer (I'm using >