|
|
|
|
|
by schoubey
1363 days ago
|
|
.NET isn't native, doesn't it use the CLR?
Even Java apps shouldn't be considered native as they use JVM. True native is apps written in C/C++ or Rust that are compiled to run without a virtual machine. I haven't seen any webapps faster than native apps. |
|
Otherwise.. where is the line? you could claim that it must be handcrafted assembly in order to be native.