|
|
|
|
|
by trendnet
4324 days ago
|
|
Why do people think that Swift has a managed runtime with garbage collection? It has reference counting, it's compiled into native code. It has a small runtime lib. linked into the executable (but hey, even C executables have it). |
|
As such, any language they see announced as safer than C and C++ must be VM based.