The Following 5 Users Say Thank You to attila77 For This Useful Post: | ||
|
2011-01-22
, 20:14
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#72
|
The trouble is never with the people who ARE good coders, but with those who aren't. Apple does not have multitasking for the same reason - it's the simple way/euphemism of avoiding calling your developers incompetent (both iOS and Android do plenty of multitasking on system level/their own apps, it's just 3rd parties that they don't trust).
As for python, the concern was the inherent memory overhead (which can then chain-react into resource drain regardless of your good intention and quality code).
|
2011-01-22
, 20:18
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#73
|
|
2011-01-26
, 00:21
|
Posts: 303 |
Thanked: 146 times |
Joined on Aug 2009
|
#74
|
|
2011-01-26
, 04:07
|
|
Posts: 1,789 |
Thanked: 1,699 times |
Joined on Mar 2010
|
#75
|
The Following User Says Thank You to Kangal For This Useful Post: | ||
|
2011-01-26
, 12:48
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#76
|
13) Start divulging in making TV + Internet + PersonalComputing = MaeTV.
|
2011-01-29
, 11:33
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#77
|
|
2011-01-29
, 13:09
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#78
|
|
2011-01-29
, 13:22
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#79
|
At this point, the major factor holding back write-once run-anywhere binaries is that they generally require developers to conform to a particular language.
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
|
2011-01-29
, 13:31
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#80
|
From a desktop developer point of view, I will not write Java code.
There are two reasons for it:
1. I don't like or know Java.
2. I have a lot of C code and C libraries that I use.
If I were to port an application, I would much rather spend a few days making it compatible with a new platform (stuff like screen size, lack of mouse, etc.) than rewrite ALL my code in Java.
And of course, Java is slower than C/C++, which means that more powerful CPUs are needed, which will eat your battery more.
Oh, and one more thing: Most of the cellphones use ARM based CPUs, there is no need to use Java or .NET stuff.
The Following User Says Thank You to Joorin For This Useful Post: | ||
Tags |
bada rox, dalvik, future, java haters, meego, meego?fail, nokia, sandbox sucks |
|
As for python, the concern was the inherent memory overhead (which can then chain-react into resource drain regardless of your good intention and quality code).
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc