There is also ev3dev ( https://github.com/mindboards/ev3dev ), which is a port of the original ev3 kernel to a full Debian, and allows to program the brick in any programming language that can read/write to files (so Racket included, when compiled to ARM).
I haven't tested it in a while, and it doesn't seem to be fully ready yet (support for motors seems to be in an early stage), but it is very promising. I hope it will get in a usable state soon. Laurent On Tue, Jun 17, 2014 at 5:35 AM, Elena Machkasova <ele...@morris.umn.edu> wrote: > On 6/13/2014 3:52 PM, Alexsandro Soares wrote: > > Hi all, > I intend to teach programming and robotics for my ten years old > daughter. I want to use the Lego Mindstorms EV3 that contains an ARM9 > processor. Is there any version of Racket generating code to EV3? Or maybe > another Lisp or Scheme dialect? > > In theory you should be able to use Clojure (since it runs on the JVM). > You can call Java methods from Clojure which would allow you to access > specific libraries for sensors and such. Leiningen uberjar command > http://asymmetrical-view.com/2010/06/08/building-standalone-jars-wtih-leiningen.html > creates a .jar file out of a Clojure project. > > Elena > > Thanks in advance for any answer. > > Cheers, > Alexsandro > > > ____________________ > Racket Users list: > http://lists.racket-lang.org/users > > > > ____________________ > Racket Users list: > http://lists.racket-lang.org/users > >
____________________ Racket Users list: http://lists.racket-lang.org/users