Re: jQuery again

2008-10-06 Thread Henrik Sarvell
Alex realized that the problem is a missing newline at the end of the post string today. I've covered the solution over here: http://www.prodevtips.com/2008/10/06/jquery-and-pico-lisp/ Maybe not the most elegant one, but orders of magnitude better than actually changing the jQuery core. /Henrik -

Asyncronous IO

2008-10-06 Thread konrad Zielinski
I have several times found that what I was looking for was already implemented in picoLisp, just not under the name I expected. So here gos: Are their any existing picoLisp functions for using the select system call and doing asynchronous IO (note this is not in any way related to the picoLisp sel

Re: Asyncronous IO

2008-10-06 Thread Alexander Burger
Hi Konrad, > Are their any existing picoLisp functions for using the select system > call and doing asynchronous IO Yes. In fact, this is the basis of almost all activities in a typical application. The main control structure is a list of file descriptors and expressions in the global '*Run', us