Re: clojure on android over CLI

2012-03-09 Thread Daniel Solano Gomez
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

Re: clojure on android over CLI

2012-03-09 Thread Rostislav Svoboda
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

Re: clojure on android over CLI

2012-03-09 Thread Rostislav Svoboda
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

Re: clojure on android over CLI

2012-03-08 Thread Daniel Solano Gomez
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

Re: clojure on android over CLI

2012-03-08 Thread Jim - FooBar();
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

clojure on android over CLI

2012-03-07 Thread Rostislav Svoboda
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