From: Martin DeMello Date: 2008-08-18T15:32:10+09:00 Subject: Re: Ruby & Robotics? On Sun, Aug 17, 2008 at 6:47 PM, Michael Craig wrote: > Hello all, > Does anybody know if there are any good implementations of Ruby in basic > robotics? I want to learn some robotics (basic ground-level stuff, i.e. how > to control servos from a computer with ruby) and I don't really want to do > it in Java when I know Ruby and love it so much :). Also, anybody know a > good place to start for getting into that kind of stuff? If you already have a java api to your hardware controller, you can write your program in jruby and use the java calls martin