AndroidCoding is my Dreams

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:And as I've said, we've established that the underlying JavaScript engine for this new version is different.
"New version" of what? Do you have some evidence the two projects are related?
TI-994A wrote:The JavaScript code runs atop an embedded Rhino/V8 Engine which acts as an interpreter to the Java environment. It is not compiled to Dalvik bytecode.
And if your aunt had bollocks she'd be your uncle.
TI-994A wrote:Rendering his post pointless; as always. :lol:
You really are full of wit.
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

the.weavster wrote:This:
TI-994A wrote:The JavaScript code runs atop an embedded Rhino Engine which acts as an interpreter to the Java environment. It is not compiled to Dalvik bytecode.
is incorrect.
Please stop trolling around. Bottom line is, you'd claimed that the statement is incorrect without a foot to stand on. And related or not, the two DroidScripts work in the same way, regardless of the JavaScript engine being used.
the.weavster wrote:You really are full of wit.
The one true statement you've made in a long while. :lol:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:Please stop trolling around. Bottom line is, you'd claimed that the statement is incorrect without a foot to stand on.
Your vanity is both laughable and absurd. You're so far up your own flue pipe you just can't admit you're wrong.
TI-994A wrote:And related or not, the two DroidScripts work in the same way, regardless of the JavaScript engine being used.
Hours of desperate Googling turned up nothing to suggest the two projects were related then? Wrong again, huh?
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

the.weavster wrote:Hours of desperate Googling turned up nothing to suggest the two projects were related then?
Hours!? It seems that you've been hard at work. :lol:

You seem to be under the impression that I have a need to prove that the two are related. Well, I don't. I've clearly stated that I believe that the current version is a fork of the original version. Whether it is or not, is no skin off my back.

But amidst all your posts, you've yet to explain why you think that this statement is incorrect, besides the established difference in the JavaScript engines:
TI-994A wrote:The JavaScript code runs atop an embedded [JavaScript] Engine which acts as an interpreter to the Java environment. It is not compiled to Dalvik bytecode.
Please, enlighten us with your thesis. :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:But amidst all your posts, you've yet to explain why you think that this statement is incorrect, besides the established difference in the JavaScript engines:
TI-994A wrote:The JavaScript code runs atop an embedded [JavaScript] Engine which acts as an interpreter to the Java environment. It is not compiled to Dalvik bytecode.
Tenaja already explained it to you, V8 is not an interpreter.

Google Developers:
"V8 compiles JavaScript source code directly into machine code when it is first executed. There are no intermediate byte codes, no interpreter."

You thought your second sentence was the sucker punch I was going to walk into, didn't you? Wrong again.
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

the.weavster wrote:...V8 is not an interpreter.
Couldn't agree with you more.

But before you would be able to fully understand my earlier statement, you'd have to first apply this citation to the Android environment:
Google Developers wrote:V8 compiles JavaScript source code directly into machine code when it is first executed.
How does this machine code run on Android? :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:But before you would be able to fully understand my earlier statement, you'd have to first apply this citation to the Android environment:
Google Developers wrote:V8 compiles JavaScript source code directly into machine code when it is first executed.
How does this machine code run on Android? :wink:
I did fully understand your earlier statement - it was wrong. Feel free to carry on bullshitting though if it makes you feel better.
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

the.weavster wrote:
TI-994A wrote:But before you would be able to fully understand my earlier statement, you'd have to first apply this citation to the Android environment:
Google Developers wrote:V8 compiles JavaScript source code directly into machine code when it is first executed.
How does this machine code run on Android? :wink:
I did fully understand your earlier statement - it was wrong. Feel free to carry on bullshitting though if it makes you feel better.
The plain and simple fact is, you don't know jack. :lol:

With your pedestrian knowledge of the topic, all you could muster is a bunch of menial posts.

In future, don't point fingers if you can't back it up. :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: AndroidCoding is my Dreams

Post by tj1010 »

Native code doesn't mean anything with Android or development pipelines. How much less resources do you think your native code is going to use where you match features? Unless I have a building full of seasoned developers I want less type handling and allocation code and more high level modules. It's all about economics and stability as a individual with no team, or capital for out-sourcing..

If you're worried about under-utilized clock cycles and wasted bytes you're probably not going to finish anything, or at least not within a beneficial time-frame..
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

tj1010 wrote:Native code doesn't mean anything with Android...
Not true. A native process (meaning code compiled AOT with the Android NDK and executed through JNI), runs exponentially faster than its pure Java counterpart. :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:The plain and simple fact is, you don't know jack. :lol:
No, I don't know Jack, is he your boyfriend? He has my sympathy, I'm sure he could do better.

TI-994A wrote:With your pedestrian knowledge of the topic, all you could muster is a bunch of menial posts.
Hey, but at least my 'pedestrian knowledge' was correct, that's a big step up from your worthless contribution which descended into absurdity because you're too vain and spineless to hold your hands up and admit you're wrong.
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

the.weavster wrote:Hey, but at least my 'pedestrian knowledge' was correct...
Yes, you clearly possess nothing more than pedestrian knowledge; but no, it's still not correct. Just a self-admission of stupidity. :lol:

You cited a statement from the Google Developer website, while having absolutely no idea how it applies to Android. Clearly a cut-and-paste troll job.

Enough said. :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: AndroidCoding is my Dreams

Post by the.weavster »

TI-994A wrote:You cited a statement from the Google Developer website, while having absolutely no idea how it applies to Android.
"how it applies to Android" :lol:
That was your pathetic, feeble-minded attempt to save face after it finally sunk into your thick head that V8 does not "act as an interpreter".
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: AndroidCoding is my Dreams

Post by tj1010 »

TI-994A wrote:
tj1010 wrote:Native code doesn't mean anything with Android...
Not true. A native process (meaning code compiled AOT with the Android NDK and executed through JNI), runs exponentially faster than its pure Java counterpart. :wink:

Does it have access to the same functionality the SDK provides? Last I looked at NDK it was mostly rendering API.

It's crazy people don't get why as a single developer tackling big projects on reasonable time-frames you should go for official managed code.
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: AndroidCoding is my Dreams

Post by TI-994A »

tj1010 wrote:Does it have access to the same functionality the SDK provides?
Of course it does, but being compiled AOT into shared objects, it executes much faster.
tj1010 wrote:It's crazy people don't get why as a single developer tackling big projects on reasonable time-frames you should go for official managed code.
Not for speed-critical tasks, when a faster option is available.
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
Post Reply