Re: Announcing: Posix Message Queues with PicoLisp

2020-11-12 Thread O.Hamann
Very nice, Alexander, thanks for sharing / pointing to those repos. I never thought to think about PMQ, but the way you documented the work and the easy entry with checks and tutorials allured me to have a look and perhaps I would go deeper because there was some (so far non-picolisp-)script

Re: Announcing: Posix Message Queues with PicoLisp

2020-11-11 Thread rick
Neat! Yet another cool project. Thank you, AW! On Mon, 09 Nov 2020 23:30 -05:00, Alexander Williams wrote: > Hi, > > I've published some code for interacting with Posix Message Queues[1] > directly in PicoLisp (using 'native'). > >https://github.com/aw/picolisp-posixmq/ > > It's a _very_

Announcing: Posix Message Queues with PicoLisp

2020-11-09 Thread Alexander Williams
Hi, I've published some code for interacting with Posix Message Queues[1] directly in PicoLisp (using 'native'). https://github.com/aw/picolisp-posixmq/ It's a _very_ small library with quite comprehensive documentation[2] (WIP). And for those who aren't aware, there's also a list of