Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 10, 2017 00:27
(defun start-swank ()
(ccl::call-in-event-process
#'(lambda ()
(swank:create-server :port *swank-port* :style :spawn :dont-close t))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment