6

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.

WishKnew
  • 649
  • 2
  • 10
  • 22

9 Answers9

6

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

roryf
  • 29,592
  • 16
  • 81
  • 103
4

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

  • 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. – WishKnew Apr 17 '09 at 01:47
1

You can use MacinCloud. Your mobile device can become a Mac, so you will be able to run developing programs, such as python or Xcode, with your phone.

GreaH
  • 21
  • 1
1

I think you should check out python for s60

ent
  • 59
  • 2
1

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.

runfalk
  • 1,996
  • 1
  • 17
  • 20
1

http://codepad.org works great even on any mobile browser.

teukkam
  • 4,267
  • 1
  • 26
  • 35
0

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

adopilot
  • 4,340
  • 12
  • 65
  • 92
0

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
  • 9,417
  • 11
  • 46
  • 60
0

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

Lucas Jones
  • 19,767
  • 8
  • 75
  • 88