Menu

TinyVM / News: Recent posts

Q&A on background of leJOS and TinyVM

Brian Bagnall was curious about the background
of the projects, as well as my (Jose
Solorzano's) personal background. He suggested
that I post answers to some questions he prepared. And I thought it would be fun to do that, so here it goes...

[Brian] First, let's have some stats on you, Jose. How old are you?

I'm 30. I was still in my 20s when I started
to work on TinyVM, if that counts for something :)... read more

Posted by Jose Solorzano 2000-10-20

TinyVM 0.2.5 requires Java 2 (more or less)

I changed tvmc/tvmp to call javac/javap with
-bootclasspath instead of -classpath. The old
scripts are still there as tvmc1 and tvmp1.

This was done to fix a problem with compilation
vs. linking with Java 2, e.g. java.util.Random
couldn't be used because its constructor is non-standard. This problem was reported by Jonathan Knudsen (!)

--Jose

Posted by Jose Solorzano 2000-10-06

The Rossum Project (Robotics & Java)

I came accross something called the Rossum Project, and I thought some of you Java and Robotics enthusiasts would be interested in it. Their website is at http://rossum.sourceforge.net. They have a robot simulator written in Java. There seems to be some potential for collaboration between TinyVM/leJOS and the Rossum project.
Any ideas?

Regards,
--Jose

Posted by Jose Solorzano 2000-10-04

TinyVM 0.2.2 has auto-power-off

The latest release's firmware shuts the RCX
off if it's idle in program download mode for
more than 8 minutes. If you have a program
running indefinitely, though, batteries will
still run out.

Also, TinyVM 0.2.2 should work on CygWin 1.1.x,
unlike previous releases, which apparently only
worked on CygWin B20.

Regards,
--Jose

Posted by Jose Solorzano 2000-09-16

New programming language for the RCX: NetRexx

Mostly as a proof of concept, I got NetRexx programs to work on TinyVM. This wasn't difficult,
as NetRexx is designed to be translated into Java
and then compiled to class files. But it suggests
that it should be easy to get other languages --
such as Python (JPython), Pascal and Ada -- to
run in the RCX. More details at

http://tinyvm.sourceforge.net/languages.html

Regards,
--Jose

Posted by Jose Solorzano 2000-09-05

TinyVM forked into leJOS

I've registered a new SourceForge project
called leJOS at

http://sourceforge.net/projects/lejos

It's intended to be a more complete alternative to TinyVM. It currently only differs from TinyVM in that it marks all reference words in the stack (which will help in implementing garbage collection), its support for Strings, and floating point operations. leJOS's footprint
appears to be about 14 Kb currently, but
it's ok if it reaches the same size as Lego's
firmware (16 Kb).... read more

Posted by Jose Solorzano 2000-08-07

TinyVM now hosted at SourceForge

The Java VM for the Lego Mindstorms RCX, TinyVM, is now hosted at http://sourceforge.net/projects/tinyvm.

Posted by Jose Solorzano 2000-07-25