Hi Dan, > must now use UDP and it appears that UDP simply sends PicoLisp data > structures.
Yes, that's true. I sends a single Lisp data item (number, symbol, or list). > Prior to this, I was simply creating a list of byte-sized numbers and > using wr to send them via TCP. > > Is there any way to do something similar using UDP? You mean, for example, by sending a list of numbers representing bytes? e.g. (udp Host Port (1 2 3 4 5 6 7)) > By the way, this question is somewhat time sensitive. In the sense of urgency, or runtime speed? ;-) Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
