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

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 ckkash...@gmail.com wrote: Hi, I finally got my robotic vehicle working using

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 djpow...@djpowell.net wrote: Yeah I had similar

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 ckkash...@gmail.com 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

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 d...@telent.net wrote: On 12 May 2014 10:40, C K Kashyap ckkash...@gmail.com wrote: I finally got my robotic vehicle working using raspberry pi. I was hoping to make it