<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 6/13/2014 3:52 PM, Alexsandro Soares
wrote:<br>
</div>
<blockquote
cite="mid:CAJBOi6YJfRXC-wNpcdRSJDERCL7SL0xLzFaCvyy8p1RYLjhEQg@mail.gmail.com"
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>
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">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
cite="mid:CAJBOi6YJfRXC-wNpcdRSJDERCL7SL0xLzFaCvyy8p1RYLjhEQg@mail.gmail.com"
type="cite">
<div dir="ltr">
Thanks in advance for any answer.<br clear="all">
<br>
Cheers,<br>
Alexsandro<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">____________________
Racket Users list:
<a class="moz-txt-link-freetext" href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</a>
</pre>
</blockquote>
<br>
</body>
</html>