Re: Edit/write Clojure code on Android

2012-11-20 Thread Jim foo.bar
The problem with that is that it will only work if there are no external dependencies! As long as your code depends only on clojure 1.4 it's all good...this is very unlikely though for a descent sized project... Jim On 20/11/12 16:14, Nenad Seke wrote: You can write your clojure code in some

Re: Edit/write Clojure code on Android

2012-11-20 Thread Nenad Seke
You can write your clojure code in some editor and then evaluate that code from REPL with load-file function. On 11/20/2012 4:43 PM, Nico Balestra wrote: Hi there, as per the subject of this email, supposing that I want to edit, write and potentially run a Clojure app on an Android device (Nex

Edit/write Clojure code on Android

2012-11-20 Thread Nico Balestra
Hi there, as per the subject of this email, supposing that I want to edit, write and potentially run a Clojure app on an Android device (Nexus 7), is there any way to achieve this or should I stop looking for the right Android app on the market? Unfortunately the Clojure REPL distributed by Satt