Unsubscribe

2020-08-04 Thread a.e.handy
Good bye "a.e.handy" :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2020-08-04 Thread silas poulson
Hello silas poulson :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Issue with pipe and file descriptors

2020-08-04 Thread Davide BERTOLOTTO
Thanks a lot Alex, with the "wait" is working fine! Cheers, Davide On Tue, Aug 4, 2020, 16:42 Alexander Burger wrote: > Hi Davide, > > > I have encountered a strange behavior while running some pipes (the > number > > of "do" iterations may require some adjustment to trigger the effect): > >

Re: Issue with pipe and file descriptors

2020-08-04 Thread Alexander Burger
Hi Davide, > I have encountered a strange behavior while running some pipes (the number > of "do" iterations may require some adjustment to trigger the effect): > (do 1 (pipe (prin "A string") (make (while (rd 1) (link @) > > The execution stops with an error like this (the actual number

Issue with pipe and file descriptors

2020-08-04 Thread Davide BERTOLOTTO
Hi all, I have encountered a strange behavior while running some pipes (the number of "do" iterations may require some adjustment to trigger the effect): (do 1 (pipe (prin "A string") (make (while (rd 1) (link @) The execution stops with an error like this (the actual number may vary) ?