|
|
|
|
|
by proyb2
3341 days ago
|
|
Rust is based on LLVM just like Swift, Pony, Crystal, etc to compile to native code. Java uses bytecode which will need to translate to machine code in JVM. Node.js, Java, Go use Garbage Collection for use case where programmers do not have to manage memory. |
|
If Node/Java/Go use GC (or VMs), then aren't they more safe than Rust?