executable_my-swank 230 B

12345678910111213
  1. ;; -*-lisp-*-
  2. ;; https://github.com/stumpwm/stumpwm/wiki/SetUp
  3. (require :asdf)
  4. (require :swank)
  5. (swank-loader:init)
  6. (sb-thread:make-thread
  7. (lambda ()
  8. (swank:create-server :dont-close t
  9. :port 4005)))