Signal processing subsystem

2023-07-22 Thread Constantine Bytensky
Hi Alexander, I still want to use `libcurl` in PicoLisp and want default signal processing during long operations like `curl_easy_perform`, so I can i.e. terminate the script by Ctrl-C. I made this function (naming convensions are not so good): (de defsigint Prg (let action_size 160 (bu

Re: Signal processing subsystem

2023-07-22 Thread Alexander Burger
Hi Constantine, > I still want to use `libcurl` in PicoLisp and want default signal processing > during long operations like `curl_easy_perform`, so I can i.e. terminate the > script by Ctrl-C. I made this function (naming convensions are not so good): > > (de defsigint Prg >(let action_size

monocypher library

2023-07-22 Thread picolisp
hi all, Here you could find various bindings against monocypher crypto library: https://git.envs.net/mpech/monocypher-pil I will add more functions asap. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: monocypher library

2023-07-22 Thread Alexander Burger
Hi Mike, > Here you could find various bindings against monocypher crypto library: > https://git.envs.net/mpech/monocypher-pil > > I will add more functions asap. Thanks for sharing! ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe