[racket] Racket for Lego Mindstorms EV3

2014-06-13 Thread Alexsandro Soares
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? Thanks in advance for any answer. Cheers

Re: [racket] Racket for Lego Mindstorms EV3

2014-06-16 Thread Elena Machkasova
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 di

Re: [racket] Racket for Lego Mindstorms EV3

2014-06-17 Thread Laurent
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 do