Hello Guile Users, I am experimenting with Guile web server currently and would like to be able to start and stop it in the REPL and Emacs Geiser REPL. I can interrupt the (run-server ...) call using ctrl+c, but the bound port is not released immediately. So I would like to catch the keyboard interrupt and run code to release the port.
How can I catch the keyboard interrupt? Is there something in the Guile manual? I could not find it. (and how to stop the web server from running?) Regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl
