View Single Post
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#130
Originally Posted by wmarone View Post
You still can't access the market, so I don't quite see the value.
The developers can put their applications available to "a some other market", or surely there would be other ways to get files downloaded from Android market.

Nokia and Intel should take Java and Dalvik more seriously. C++ and Python are not as flexible and auto-optimizeable when hardware of embedded devices becomes also more complex with multiple CPU cores and more RAM in the future.

Long running applications which use lots of non-persistant dynamic memory are a mess with C++; just look www-browsers (done with C++) and the need of restarting them after few days of running. Lack of intelligent garbage collection in C++ is one of the problems.