> So here are my questions: > > Am I going about this the wrong way? Is there an easier way > to explore existing open-source projects? I Is there a less > cumbersome way to get a load of files on the classpath than > manually editing the .clojure file? How do I tell the REPL > where to find response.clj so that core.clj will load?
For Compojure I think you need also Ring: http://github.com/mmcgrana/ring (also a mailing list here: http://groups.google.com/group/ring-clojure) There's been a lot of activity there recently, various projects refactoring in terms of each other, and that seems to be where they're ending up. I don't know too much about it, but I did run through the code and examples just yesterday. The other thing is: leiningen. http://github.com/technomancy/leiningen A lot of projects are using it, and it's dead simple dependency management. Download the project, look for the project.clj file, run 'lein deps' in that directory, and you get all needed dependency jars loaded into a 'lib' subdirectory. cheers, Kevin Kelley -- 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 Note that posts from new members are moderated - please be patient with your first post. 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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.