Let's suppose I have a Java application (or some other language running on the JVM). I want to write some logic in Clojure and call it from Java.
I know that I can compile Clojure code to .class files. I've used lein to create a JAR that I've deployed as part of a Java app and I've successfully called compiled Clojure from a Java app. But now I want to deploy Clojure source files and be able to load and run those from inside a Java app. What's the easiest way? (background: I'm actually using a dynamic scripting language to build web apps where I can just reload the browser and the script code is automatically recompiled so my dev cycle is: edit-reload-test with no compile / build process - and I want to add Clojure to that mix) -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
