|
|
|
|
|
by jawngee
4126 days ago
|
|
Else even Objective-C apps, with the Obj-C messaging
system are not native, e.g. they delegate a lot to
C-based APIs...
For starters, that doesn't make any sense. Note the `C` part of Objective-C.Secondly, native infers compiled to executable native code, not interpreted or JIT'd via an intermediary. |
|
And the GUI/Widgets part you get to use through JS here is just that (the native implementation from the OS GUI libs), which, as I said, is what users really care about when they ask for native apps.
See also the sibling comment about .NET apps and Windows.