Created
December 10, 2017 00:27
-
-
Save jmercouris/bf90172b27c07ff9edf023d3f6e7a3e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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