Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Sounds promising ... I'll give it a shot. Thanks Daniel. Regards, Kashyap On Mon, May 12, 2014 at 4:41 PM, Daniel Barlow wrote: > On 12 May 2014 10:40, C K Kashyap wrote: > > I finally got my robotic vehicle working using raspberry pi. I was > hoping to > > make it do tricks using the clojure

Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread Daniel Barlow
On 12 May 2014 10:40, C K Kashyap wrote: > I finally got my robotic vehicle working using raspberry pi. I was hoping to > make it do tricks using the clojure repl - however, I found that repl took > well over 2 minutes to start. Is that normal or are folks seeing better > performance? I haven't t

Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Thanks David, hmmm perhaps I'll try and see if it is usable after the repl comes up. clojurescript route would involve writing/compiling the code on a regular machine right? Regards, Kashyap On Mon, May 12, 2014 at 6:47 PM, David Powell wrote: > Yeah I had similar issues. I guess the s

Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread David Powell
Yeah I had similar issues. I guess the standard JDK is a bit a heavyweight for the raspberry pi. I wonder if clojurescript on nodejs might be an easier route? On Mon, May 12, 2014 at 10:40 AM, C K Kashyap wrote: > Hi, > > I finally got my robotic vehicle working using raspberry pi. I was hopi

Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Hi, I finally got my robotic vehicle working using raspberry pi. I was hoping to make it do tricks using the clojure repl - however, I found that repl took well over 2 minutes to start. Is that normal or are folks seeing better performance? Regards, Kashyap -- You received this message because