<div dir="ltr"><div>There is also ev3dev ( <a href="https://github.com/mindboards/ev3dev" target="_blank">https://github.com/mindboards/ev3dev</a> ), 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).<br>


<br></div><div>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.<br>


</div><div><br></div>Laurent<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 5:35 AM, Elena Machkasova <span dir="ltr"><<a href="mailto:elenam@morris.umn.edu" target="_blank">elenam@morris.umn.edu</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div>
    <div>On 6/13/2014 3:52 PM, Alexsandro Soares
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Hi all,<br>
             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?<br>
      </div>
    </blockquote></div>
    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 <a href="http://asymmetrical-view.com/2010/06/08/building-standalone-jars-wtih-leiningen.html" target="_blank">http://asymmetrical-view.com/2010/06/08/building-standalone-jars-wtih-leiningen.html</a>
    creates a .jar file out of a Clojure project. <br>
    <div>
      <br>
    </div>
    <div>Elena<br>
      <br>
    </div>
    <blockquote type="cite"><div>
      <div dir="ltr">
            Thanks in advance for any answer.<br clear="all">
        <br>
        Cheers,<br>
        Alexsandro<br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div><pre>____________________
  Racket Users list:
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div></div>