Skip to content

Instantly share code, notes, and snippets.

@apage43
Created September 4, 2012 21:06
Show Gist options
  • Save apage43/3626476 to your computer and use it in GitHub Desktop.
Save apage43/3626476 to your computer and use it in GitHub Desktop.
Can't AOT compile with spyglass
(ns glassnoat.core
(:require [clojurewerkz.spyglass.client :as memclient]))
(defn -main
"I don't do a whole lot."
[& args]
(println args "Hello, World!"))
(defproject glassnoat "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"}
:main glassnoat.core
:dependencies [[org.clojure/clojure "1.4.0"]
[clojurewerkz/spyglass "1.1.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment