Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 10, 2017 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/bf90172b27c07ff9edf023d3f6e7a3e6 to your computer and use it in GitHub Desktop.
Save jmercouris/bf90172b27c07ff9edf023d3f6e7a3e6 to your computer and use it in GitHub Desktop.
(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