From: matthew.hivner@... Date: 2005-12-11T04:28:19+09:00 Subject: Re: Ruby for small devices ? Ruby works great on my Zaurus SL-C3100. -----Original Message----- From: Kero [mailto:kero@chello.single-dot.nl] Sent: Saturday, December 10, 2005 12:08 AM To: ruby-talk ML Subject: Re: Ruby for small devices ? > Check out the "Embedding Ruby" presentation from RubyConf 2005: > http://www.zenspider.com/dl/rubyconf2005/EmbeddedRuby.pdf Good stuff. I run Ruby on my iPAQ (I suppose zauri work as well) which has a StrongArm 200 MHz (arm v4l) 32 MB flash, 32 MB RAM and as in the above presentation, I chopped the stdlibs in a couple of packages so I do not carry all the dependencies around. See http://feeds.handhelds.org/ruby/ to get the general idea (polluted with some apps) and bear in mind that I have 1.8.3 packages cross compiled as well (but not uploaded). mm, I also see that my descriptions are a bit too much copy'n'paste. Bye, Kero.