unix kill?
Is there a way in LispWorks to send a signal to a process in Unix? Something equivalent to the kill(2) function in C. I couldn't find one so I'm using this Fine Hack: (sys:run-shell-command (format nil "kill -~a ~a" sig pid)) Thanks! Regards, Chris Dean