> I write web software in Ruby that runs on embedded devices.
Ok I gotta ask.... Why on earth would you do that? It seems like an exercise in masochism. I wasn't even aware that ruby would compile on embedded arches.
High-end embedded Linux (1.2GHz ARM CPUs). It saved development time, but I am considering rewriting everything in C. This is an example of what it's for (self-promoting link in 3, 2, 1...): http://www.nitrogenlogic.com/
Ahh, you mean literally embedded (perfectly legitimate use of the word). I associate it with DSPs and extremely low power chips where something like ruby is an absurdity. ARM is a great target for it, though.