Is it possible to build a JAR file from a clojure file using the jar cf jar-file input-file(s) command, and then running it on another machine (without clojure) like with java file command?
What is the best way to execute a clojure program on another computer which has access to java but not to clojure?