使用手机编码
我想知道这个世界上是否有任何手机可以让我们编译或解释我们输入的任何代码?
假设我想编写一个简单的程序,如http://projecteuler.net,但我在附近找不到任何计算机。 我真的很想在乘坐公共交通工具回家或等公共汽车时使用手机编码。
键盘不会成为问题,因为 QWERTY 足以键入代码。 该语言可以是 pascal、php 或其他轻量级语言。
IDE 不必很复杂,文本编辑器就可以。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
有许多可用于移动设备的 Python 解释器。 对于初学者来说,请查看用于移动设备的Python。
There are lots of Python interpreters available for mobile devices. Check out Python for Mobile Devices for starters.
我建议您购买一台轻便的上网本并随身携带。
I would suggest that you buy a lightweight netbook and carry it around.
我认为你应该看看 python for s60
I think you should check out python for s60
我一般使用MidpSSH(手机用的JAVA SSH客户端)并通过GPRS连接到家里的盒子。 这样您就可以访问服务器拥有的所有内容。
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.
http://codepad.org 即使在任何移动浏览器上也能正常工作。
http://codepad.org works great even on any mobile browser.
您可以使用MacinCloud。 您的移动设备可以成为 Mac,因此您将能够使用手机运行开发程序,例如 python 或 Xcode。
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.
我曾经看到过一个用于 Symbian S60 设备的 HTML 编辑器
我还使用 putty 工具在 Symbian S60 上进行 telnet
I once saw a HTML editor for Symbian S60 devices
And also I used putty tool for telnet on Symbian S60
如果您使用 OpenMoko 之一,您可能会拥有一个
完全成熟的linux任你使用,你可以做
一切就像在资源有限的桌面上一样。
不知道是否有卖带可用键盘的。
补充:
这让我想起了我的 zaurus 时代,当时我
一个完整的 MySQL 服务器、Web 服务器和 ssh 运行在上面。
与有限的相比,那东西踢了一些严重的屁股
PocketWindowsCE 的东西。 不幸的是它得到了它的屁股
在 PIM 功能方面受到严重批评,但极客
因素是非常值得的:)
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 :)
我只是通过电子邮件将其发给自己,然后再进行编译。 :-)
I just text it to myself through email and then compile it later. :-)