Looks like this has been compiled with Java 1.6. When I try to use it on 1.5 I get the following exception message:
java.lang.UnsupportedClassVersionError: Bad version number in .class file (difform.clj:14)
If you are going to AOT compile, then it should work on all versions of Java where Clojure works.
Looks like this has been compiled with Java 1.6. When I try to use it on 1.5 I get the following exception message:
java.lang.UnsupportedClassVersionError: Bad version number in .class file (difform.clj:14)
If you are going to AOT compile, then it should work on all versions of Java where Clojure works.