| ▲ | orphea 2 days ago | |||||||
.NET is not an intepreter. Also, it has been able to compile to a single binary for years. | ||||||||
| ▲ | arisudesu a day ago | parent [-] | |||||||
But it really is, in a sense that another program is required to interpret IL format, even if it is JIT-compiled after loading. Think of it similar to the ELF interpreter for dynamically-linked binaries. Speaking of compilation to a self-contained binary, I hope in the future G# will support it. No mentions as of today though. | ||||||||
| ||||||||