|
|
|
|
|
by loosescrews
1060 days ago
|
|
The Go toolchain is unique and it has a number of benefits that others that produce more efficient binaries generally lack. Fast compile times Pure self-hosted toolchain (no C) No libc on Linux For a garbage collected language, Go isn't bad in terms of efficiency. If garbage collection is a core feature of Borgo, one could do a lot worse than Go. |
|