|
|
2009-11-27
, 06:21
|
|
Posts: 739 |
Thanked: 114 times |
Joined on Sep 2009
|
#11
|
|
|
2009-11-27
, 09:18
|
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#12
|
|
|
2009-11-27
, 09:44
|
|
Posts: 227 |
Thanked: 53 times |
Joined on Feb 2008
@ Lyon, France
|
#13
|
What do you guys think, do you agree with this?
http://www.themaemo.com/and-now-for-...iller-feature/
|
|
2009-11-27
, 10:59
|
|
|
Posts: 71 |
Thanked: 65 times |
Joined on Oct 2009
@ Brighton, UK
|
#14
|
Being restricted to one programming language has never been a killer feature, on the contrary. Moreover python is memory-hungry, and this is not a good thing for embedded devices. And finally, different versions are incompatible with each other, so that one can end up having two different versions running at the same time.
|
|
2009-11-27
, 21:12
|
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#15
|
Being restricted to one programming language has never been a killer feature, on the contrary. Moreover python is memory-hungry, and this is not a good thing for embedded devices. And finally, different versions are incompatible with each other, so that one can end up having two different versions running at the same time.
The N900 leverages Linux desktop application development platforms.
Instead of the restrictive limits imposed on developers wanting to program for the iPhone or Android, you can use a number of different languages, and more are likely to become available.
|
|
2009-11-27
, 22:56
|
|
Posts: 102 |
Thanked: 22 times |
Joined on Oct 2009
|
#16
|
|
|
2009-11-29
, 13:35
|
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#17
|
|
|
2009-11-30
, 23:31
|
|
Posts: 227 |
Thanked: 53 times |
Joined on Feb 2008
@ Lyon, France
|
#18
|
Python on the Dell laptop I'm using, running Mandriva Linux2009.1, takes up 3.2 megabytes of memory to run the interpreter. Any other memory usage is down to your own code, I'm afraid.
|
|
2009-11-30
, 23:33
|
|
|
Posts: 44 |
Thanked: 50 times |
Joined on Nov 2009
|
#19
|
|
|
2009-11-30
, 23:43
|
|
Posts: 220 |
Thanked: 129 times |
Joined on Nov 2009
|
#20
|
I'm a bit skeptical.
What kinds of things would be possible in Python that haven't already been possible (or have already been done) with the current languages already available? (On Android, iPhone OS, etc)
It might get more people to play around with hacking or developing sure. But that doesn't mean it'll lead to any new huge breakthroughs or anything. Am I missing something here?