| ▲ | arisudesu 2 days ago | ||||||||||||||||
"Go ... ergomonics" "G# compiles straight to managed assemblies and runs on the modern .NET runtime" These two are nothing close because it completely misses Go's ergonomics of compilation to portable static-linked binaries. For language constructs, maybe they have similar ergonomics, but the language is not only constructs. You have to ship your programs somehow, and this is where requirement to ship both binaries and the interpreter for them, sucks. | |||||||||||||||||
| ▲ | orphea 2 days ago | parent [-] | ||||||||||||||||
.NET is not an intepreter. Also, it has been able to compile to a single binary for years. | |||||||||||||||||
| |||||||||||||||||