Skip to content

Instantly share code, notes, and snippets.

@raek
Created March 29, 2010 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raek/348309 to your computer and use it in GitHub Desktop.
Save raek/348309 to your computer and use it in GitHub Desktop.
(ns konserver.swank-server
(:use [swank.swank]))
(swank.swank/ignore-protocol-version "2009-03-09")
(start-server ".slime-socket" :port 4005 :encoding "utf-8" :dont-close true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment