|
|
|
|
|
by int_19h
1477 days ago
|
|
There's no shortage of good-perf languages with a GC: F# would be one prominent example that sounds very similar to what you describe. The usual objection is that it requires a .NET runtime, whereas Go produces a single self-contained executable. But .NET can produce self-contained executables these days. |
|