Skip to content

Instantly share code, notes, and snippets.

@kirel
Forked from mdelaurentis/gist:319031
Created March 28, 2010 14:48
Show Gist options
  • Save kirel/346788 to your computer and use it in GitHub Desktop.
Save kirel/346788 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