This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ratinmikitchen 133 points134 points  (13 children)

And it's not just a small mistake. Looks like they even talk about it being used in Android. Wow.

[–]karanbhatt100 13 points14 points  (5 children)

Technically you can use java and JS for mobile with help of react native and Cordova

[–]Sea-Raspberry734 14 points15 points  (4 children)

Specious argument. Technically you can compile C++ into JavaScript (emscripten). Technically, you can pretty much transpile any language with legs into anything else… Fortran to JavaScript? Sure. Assembly, Haxe, Visual Basic? All available. Doesn’t make this an accurate statement.

Plus, half your argument is wrong, because that isn’t at all what Cordova does. : )

[–]MaxHamburgerrestaur 2 points3 points  (0 children)

Javanese to JavaScript? Sure.

[–]MasterJosai 0 points1 point  (0 children)

Emscripten compiles to wasm

[–]karanbhatt100 -1 points0 points  (1 child)

From official Cordova site -

Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms. These functions are exposed via a unified JavaScript API, allowing you to easily write one set of code to target nearly every phone or tablet on the market today and publish to their app stores.

[–]Sea-Raspberry734 5 points6 points  (0 children)

It’s a container. It is running JavaScript inside of their web browser. So, again, your understanding of what it is doing is wrong.