|
|
|
|
|
by pjmlp
5069 days ago
|
|
With a JVM or .NET language they would be better served than with Go. Given the available communities, performance of current JIT and GC systems, tools, libraries and distribution mechanisms. If they prefer to go VM free, there are commercial native compilers for JVM and MSIL bytecodes. For those with VM phobia, D, OCaml, SBCL, Haskell, Rust offer native code compilation by default, with 2012 set of language abstractions. |
|