I already made a post about problems compiling with emacs, but I suppose I'm the only one whos having this problem and no one knows how to fix it. I was testing out compilation into class files with clojure a little while ago. I put
(ns rayne (:gen-class)) (defn -main [& args] (println("HI"))) into a file called rayne.clj and started it clojure, and typed (compile 'rayne). The compilation produced 2 different class files, but it gave me a class not found error saying it couldn't find rayne $_main__32.class. It produced the class files, but gave me an error.. O_o. I'm on a windows vista PC by the way, thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---