sigUnblock in stopTerm

2023-10-04 Thread Constantine Bytensky
Hi Alex, I'm studying PicoLisp sources and have 2 questions about `sigUnblock` func. 1. Does it called by `main` func in `main.l` because signals can be blocked by parent process? 2. Why it called in `stopTerm` func in `lib.c`? Is there is possibility to block signals by external process? (I did

pilog on minipicolisp

2023-10-04 Thread C K Kashyap
Hey Alex et al, It looks like the pilog support in minipicolisp is perhaps different from picolisp. Am I missing something? The "diff" file does not really call out anything. kashyap@DESKTOP-NICP8CC:~/s/embeddedpicolisp/miniPicoLisp/src$ ../pil : (be age (Paul 19) ) !? (clause CL) clause -- Unde

building pilos

2023-10-04 Thread C K Kashyap
Hey Alex, It looks like pilos build may be broken :( I think it has dependency on pil64. I will take a look more later but it would be great if you could share the updated instructions :) Regards, Kashyap