Skip to content

Instantly share code, notes, and snippets.

@mdelaurentis
Created March 2, 2010 01:34
Show Gist options
  • Save mdelaurentis/319031 to your computer and use it in GitHub Desktop.
Save mdelaurentis/319031 to your computer and use it in GitHub Desktop.
(ns your.programs.namespace
;; ...
(:use [swank/swank :as swank])
(defn main [& args]
;; ...
(swank/start-repl))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment