|
|
|
|
|
by Leotard6963
987 days ago
|
|
re: telemetry We don't like it as well, just do not enable it :^ re: RAII It is not possible to add RAII support without updating the compiler to call specific methods automatically, so currently it is not an option (as we are using unmodified official toolchain). But the `g` register defined in Go is of great value, and we are making use of it to provide custom goroutine support, which means you can have custom allocator and scheduler for specific goroutines, so that you can have some of them with GC enabled and others not. re: compare to V pcz is a stdlib (plus a cli tool to build), not a new language, you still write Go code but in a slightly different style. |
|