[racket] Racket for Lego Mindstorms EV3

From: Laurent (laurent.orseau at gmail.com)
Date: Tue Jun 17 07:20:15 EDT 2014

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 <elenam at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140617/c60e4e75/attachment.html>

Posted on the users mailing list.