Skip to content

Instantly share code, notes, and snippets.

@mtmtcode
Last active February 14, 2017 13:34
Show Gist options
  • Save mtmtcode/edf34eee44b103b5748d654da1dadbcc to your computer and use it in GitHub Desktop.
Save mtmtcode/edf34eee44b103b5748d654da1dadbcc to your computer and use it in GitHub Desktop.
(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