Last active
February 14, 2017 13:34
-
-
Save mtmtcode/edf34eee44b103b5748d654da1dadbcc 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
(ql:quickload :swank) | |
(defun main () | |
(setq swank::*loopback-interface* "0.0.0.0") | |
(swank:create-server :port 4005 :style :spawn :dont-close t) | |
(loop (sleep 60))) | |
(main) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment