I got the newest SVN version of Clojure and compiled it, and I
installed Emacs and slime and everything like I was instructed (:p).
The REPL and everything works fine, but when I use slimes "Compile
File" button, it simply replies "Compilation failed: 0 errors  0
warnings  0 notes" and I can't figure out why, I tried using "Compile
and Load file" and it says "Compilation finished: 0 errors  0
warnings  0 notes [0.01 secs]" but it doesn't generate a class file or
anything. The code I'm using is straight off the wikibook.

(ns okay.rayne
  (:gen-class))
(defn -main [& args] (println "application works"))

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to