Hi all, I'm doing embedded linux development, and while a lot of the code I write has to be in C, I'd really like to be able to run my favourite language on the device. So two questions: 1) Has anybody ported Ruby to an ARM (or ideally Intel XScale) processor? If so, I can run the cross-compiled version out of an NFS mounted share 2) Is there a trimmed-down distribution that could fit in under 5MB? If so, then I can actually distribute Ruby with the system and not just use it for testing/debugging. Thanks in advance, Ben Giddings