in reply to Perl and the G-Phone

Given that Perl works on both Linux and Symbian (a Java-based OS), then I think we're pretty safe. As for it running X, that's really doubtful. X is HEAVY and has a bunch of functionality that isn't needed (though doing an X-term to your friend's phone would be kinda cool ...)

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^2: Perl and the G-Phone
by erroneousBollock (Curate) on Nov 09, 2007 at 00:24 UTC
    Nonetheless, companies are starting to work on X11-based Linux/other phones. A subset X11 itself can actually be very light.

    As an example, Carsten Haitzler (of Enlightenment) has just joined OpenMoko to work on building embedded UIs for Mobile phones using Evas, etc on X11.

    -David

Re^2: Perl and the G-Phone
by bm (Hermit) on Nov 09, 2007 at 18:59 UTC
    (nit: Symbian isn't Java based, it's implemented in C++. Java apps can and do run on top of Symbian via J2ME, but they're not considered native, only C++ apps are).

    Google have written their own UI toolkit for their new mobile OS (not unlike Qtopia). I don't know if that will use X, but anyway that will be seamless to the application developer.

    I would guess that it's a question of whether the Perl interpreter can be ported to the new OS, but as you say given that it was ported to Symbian years ago (on devices far less powerful than the ones coming out now) and of course Perl works on Linux, my guess is that it would be possible.

    Cheers


    --
    bm