Re: sending data over udp

2010-08-14 Thread Daniel Elliott
Thank you for the answer and the suggestions. I will look into them furthe= r. - dan On Sat, Aug 14, 2010 at 11:28 AM, Alexander Burger a...@software-lab.de wr= ote: Hi Dan, You mean, for example, by sending a list of numbers representing bytes= ? e.g. =3DA0 (udp Host Port (1 2 3 4 5

sending data over udp

2010-08-13 Thread Daniel Elliott
A few weeks ago I asked about sending data over TCP. Well, my program must now use UDP and it appears that UDP simply sends PicoLisp data structures. 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

Re: PL vs. BSD License

2010-08-02 Thread Daniel Elliott
Hello. Does the GPL affect code that I write that runs on PicoLisp, or just changes to the PicoLisp interpreter? If only changes to the interpreter are affected, than GPL is the way to go as far as I am concerned. However, I should add that many large companies (at least in the US) are

Fwd: PicoLisp Browser GUI example error

2010-07-27 Thread Daniel Elliott
Didn't see the mailing list until after I sent this email. Any ideas? -- Forwarded message -- From: Daniel Elliott danelliotts...@gmail.com Date: Tue, Jul 27, 2010 at 8:45 AM Subject: PicoLisp Browser GUI example error To: a...@software-lab.de, josef.ba...@2bartl.de Mr. Burger

Re: PicoLisp Browser GUI example error

2010-07-27 Thread Daniel Elliott
Thanks! That got me over the hump. I put a tags file in lib. It turns out the ht library was also missing from the package. I will let Jeronimo Pellegrini know. Once I added those two things, I was able to run the first couple lines of the example. - dan On Tue, Jul 27, 2010 at 9:25 AM,

threading in PicoLisp

2010-07-27 Thread Daniel Elliott
Hello again, I have my HTTP-based GUI but my process is going to do a bunch of stuff and it would be nice if the web server were still responsive. The GUI will only display information about the status of the program and will be able to display information from the DB. Would this be best handled