On Fri Mar 9 02:44 2012, Rostislav Svoboda wrote:
> On 8 March 2012 11:14, Jim - FooBar(); wrote:
> > There is a clojure repl for android...
>
> Jim, my goal is to be able to write android apps in clojure. But to
> develop an app in clojure on a PC is pain: The android emulator eats a
> lot of m
Hello,
On 9 March 2012 00:47, Daniel Solano Gomez wrote:
> In general, Android differs from the standard JVM in how classes are
> packed into a JAR.
[..]
ah! thanx for explanation
> Just out of curiousity, which version Android are you testing this on?
terminal++@192.168.178.22:~$ uname -a
Lin
On 8 March 2012 11:14, Jim - FooBar(); wrote:
> There is a clojure repl for android...
Jim, my goal is to be able to write android apps in clojure. But to
develop an app in clojure on a PC is pain: The android emulator eats a
lot of memory and takes minutes to start, 'ant debug install' takes
abo
Hello,
On Thu Mar 8 02:43 2012, Rostislav Svoboda wrote:
> Hi. I'm trying to run:
> java -cp clojure-${VERSION}.jar clojure.main
>
> on an Android phone from bash (using the 'terminal-ide' app) but I
> can't make it past the error bellow. I did the jar-to-dex conversion
> using:
> dx --v
There is a clojure repl for android...it will make your life
easier...the only problem is you cannot include external libs in your
project...
Jim
On 08/03/12 01:43, Rostislav Svoboda wrote:
Hi. I'm trying to run:
java -cp clojure-${VERSION}.jar clojure.main
on an Android phone from bash
Hi. I'm trying to run:
java -cp clojure-${VERSION}.jar clojure.main
on an Android phone from bash (using the 'terminal-ide' app) but I
can't make it past the error bellow. I did the jar-to-dex conversion
using:
dx --verbose --dex --output=clojure-${VERSION}.dex.jar
clojure-${VERSION}.jar