From: Kero Date: 2006-03-05T02:03:38+09:00 Subject: Re: Ruby on the mobile? > Good point. Personally as a language I like Ruby better than Python and > Ruby's mindset matches mine better than Python's. But for a project > where I was trying to port an app to various handheld devices I was > forced to abandon Ruby in favor of Python so that I had the ability to > offer the most flexible solution. Python currently has working > implementations on more small devices platforms so there was no real > choice between the two. Then port Ruby. In my case, that was (a few years ago!) to linux-on-iPAQ, which made it rather straightforward (dev environment remotely & publicly offered by handhelds.org or cross-compilation toolkit provided by the same nice ppl) On limited CPUs in embedded environments, Ruby's performance may matter. Moore and YARV will help :) Bye, Kero.