On Fri, May 08, 2020 at 06:42:33PM +0200, Alexander Burger wrote:
> Yes, miniPicoLisp and Ersatz do not depend on POSIX. Mini just uses the C
> standard I/O stuff. "POSIX" basically means "Unix".

It means processes (yes, fork()) and process groups, terminal handling, signals,
pipes, file control (fcntl()), asynchronous I/O (select() or poll()) and so on.
The PicoLisp infrastructure completely depends on these things.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to