views:

251

answers:

9

I am wondering is there any mobile phone available in this world that enable us to compile or interpret any code we type in?

Let say I want to code a simple program like in http://projecteuler.net, and I cannot find any computer nearby. I really want to code while going home using public transportation or waiting the bus, using my mobile phone.

The keypad will not be an issue, since QWERTY is good enough to type the code. The language could be pascal, php, or other lightweight language.

The IDE doesn't have to be sophisticated, text editor will do.

A: 

I once saw a HTML editor for Symbian S60 devices And also I used putty tool for telnet on Symbian S60

adopilot
A: 

I used to be able to program my old graphical calculator, so I assume there are some compilers for mobile phones.

ck
Yes, I remember coding to simulate dice rolling in a calculator using basic, back when I was in high senior school. I used that small program to play some board game when having no dice at all. :D
Wisnu Widiarta
+4  A: 

I would suggest that you buy a lightweight netbook and carry it around.

Shrivara
That's already in my mind, but I just curious whether there exist such phones. I heard friend of mine (from his wife, just several minutes ago) that he uses Nokia N73 and using Python.
Wisnu Widiarta
A: 

If you use one of the OpenMoko ones, you potentially have a fully fledged linux at your disposal and you can do everything just as on an resource limited desktop.

Don't know if the sell any with usable keyboard though.

Addit: This reminds me of the days of my zaurus, when I had a full MySQL server, webserver and ssh running on it.

That thing kicked some serious ass compared to limited PocketWindowsCE stuff. Unfortunately it got it's ass seriously kicked in terms of PIM functionality, but the geek factor was well worth it :)

AndreasT
+3  A: 

There are lots of Python interpreters available for mobile devices. Check out Python for Mobile Devices for starters.

roryf
+1  A: 

I think you should check out python for s60

ent
A: 

I just text it to myself through email and then compile it later. :-)

Lucas Jones
+1  A: 

See this question.

MusiGenesis
+1  A: 

I normally use MidpSSH (JAVA SSH client for mobile phones) and connect to my box at home through GPRS. That way you have access to everything your server has.

antennen