On Thu, Oct 09, 2008 at 09:52:42AM +1100, konrad Zielinski wrote:
> limitations in the Python interpreter. Python has something called a
> Global interpreter lock, which restricts it to using a single CPU,
> ...
> I believe that picoLisp has similer single CPU limitation, I'm pretty
> sure that there are no threading primitives.

Correct. It is probably not even possible to implement preemptive
threads in a useful way in PicoLisp.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Reply via email to