|
|
|
|
|
by Someone
275 days ago
|
|
> The choice of Go has strengths like simple syntax, fast development cycle, built in support for concurrency, and good infrastructure. At the same time there are compromises like weaker memory control compared to C and some runtime overhead which can be critical for low level languages But the implementation language doesn’t matter for that, doesn’t it? Or does it transpile to golang? Reading https://scarlang-docs.pages.dev/philosophy/, which says Compilation model
C backend for practical reasons.
I don’t see that being the case. |
|