Python For Nokia Series 60 Phones Now Available
Python for Series 60 has been released on the Forum Nokia website. The release notes included in the package seem to give a fairly realistic image of the current status, and the demo apps and documentation seem to be quite good. The supplied documents even hint that there might be an OpenGL-API in the future. Alas, the emulator package seems to be for Windows only, as are the required S60 SDKs.
How hard is porting a VM to Symbian ...
I work on a VM myself, would it be possible to port it to Symbian easily (has 500k footprint on ARM) ?.
And where's the Source dude !!.. I want Nokia to OpenSource it. Where I work, there are guys with p800i smartphone , if they had released sources, I could have taken a shot at building it for Ericsson (maybe that's why they haven't).
Quidquid latine dictum sit, altum videtur
I was going to try jython
(although like many things hadn't got round to it)
My Nokia 6600 has BSD socket support (which I believe was a first - though naturally I'm prepared to be wrong and no doubt if anyone knows better I will find out soon enough)
The downside of the 6600 is the "no true networking via bluetooth" crippling. I've tried GNUbox but gave up after no luck.
I hope the python socket API is present.
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
How much physical RAM does Python require? Could its heap be squeezed onto something small like the GBA (32K RAM, comparatively unlimited ROM)?
but the phone would be obsolete before Parrot would be able to run on it. Also, it would need 30M of RAM just to run Parrot.
Very much a work in progress, but I've written a scripting language called Hecl in Java. It is small enough (40k at the moment) to run on my Nokia 3100, which isn't a Symbian phone.
http://www.welton.it/davidw/
But anyway, I'm one of the developers in this project, so if you have any questions or comments then post away and I'll try to answer.
But anyway, I'm one of the developers in this project, so if you have any questions or comments then post away and I'll try to answer.
What's the probability of getting a version based on Python 2.4? Genexps might be very handy in a memory-starved phone environment...
Save your wrists today - switch to Dvorak
No S60 SDK or Windows box is required. Just write your code with emacs and bluetooth it over to the phone.
Been waiting for this for a while. You don't seem to need windows to play around with it, you can get the installer files for your phone as a zip file, and get an interactive python on your phone. It seems you can also send .py files across via bluetooth and python will pick them up. (Can't test this yet, I broke my bluetooth adapter...)
Free Java games for your phone: Tontie, Sokoban
The probability of moving to Python 2.4 is high, but no definite schedule has been decided yet. Sometime next year, probably.
The nice people at HIIT have made a wxWidgets implementation of the Python for Series 60 appuifw UI widget API, so now you run the same UI code on your desktop machine and on your phone, without needing the Symbian emulator. The code is not quite complete yet, but a lot of stuff _is_ supported. They also released their PyExpat port, which is a good example of how to extend Python for Series 60.
Just trying to install it in my 3650 phone but I cannot realize how much free memory I need in my phone to install it. I have about 600KB free but, at the end of the install stage, it reports a "not enough space on disk" (which disk?) error.
Thanks!