Skip to content

Instantly share code, notes, and snippets.

@knjname
Created May 20, 2013 18:13
Show Gist options
  • Select an option

  • Save knjname/5614102 to your computer and use it in GitHub Desktop.

Select an option

Save knjname/5614102 to your computer and use it in GitHub Desktop.
(defproject nrepl-test "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/tools.nrepl "0.2.3"]]
:main nrepl-test.core)
;; referring http://matstani.github.io/blog/2013/05/20/embed-nrepl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment