Skip to content

Instantly share code, notes, and snippets.

@jmatt
Created June 27, 2011 06:09
Show Gist options
  • Save jmatt/1048380 to your computer and use it in GitHub Desktop.
Save jmatt/1048380 to your computer and use it in GitHub Desktop.
superfollowed
(defproject superfollowed "0.0.1-SNAPSHOT"
:description "Tests interesting relations between followers. (∩, complement, ⊕, etc)"
:author "J. Matt Peterson
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]]
:dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]
[clojure-source "1.2.0"]]
:jvm-opts ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment