Hi Nik,

> I didn't find anything useful about multithreading and
> concurrency model in PicoLisp by a quick search in google.
>
> Does PicoLisp has some sort of built-in concurrency at all?

picolisp doesn't do threads but uses processes and ipc instead (see
'fork', 'pipe', 'tell', 'hear', 'rpc' etc. in the picolisp reference).
For example, the database stuff or the web server uses multiple
processes.

There have been discussions about concurency on this mailing list in the
past I think.  When I tried to understand concurency in picolisp, I
wrote http://logand.com/sw/phil.l which implements the Dining
Philosophers Problem.

Is there anything specific you want to achieve?

Regards,

Tomas
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to