Open GoogleCodeExporter opened 9 years ago
This information would help a little.
The JVM jar REPL command in "clojure 1.3.0" was like this.
>java -cp clojure-1.3.0-slim.jar clojure.main hello.clj
I tried to convert the jar to the dalvik(dx) jar but I didn't success.
I think It has to be recompiled or needs more changes.
Original comment by tomcatalbino
on 12 Feb 2012 at 4:26
The hello.clj would be like this.
(println "Hello, Clojure!")
Original comment by tomcatalbino
on 12 Feb 2012 at 4:31
This information might be a hint.
To Install Clojure for Android.
~$ cd ~/opt
~$ git clone git://github.com/remvee/clojure.git clojure-android
~$ cd clojure-android
~$ ant
Original comment by tomcatalbino
on 14 Feb 2012 at 4:32
Original issue reported on code.google.com by
tomcatalbino
on 12 Feb 2012 at 4:15