Could Go be a better C? I think so!

Meet Solod — a strict subset of Go that translates to C, without hidden memory allocations and with source-level interop.

https://antonz.org/solod

Solod: Go can be a better C

A subset of Go that transpiles to regular C, with zero runtime.

@antonz Why on earth would anyone want Go to become C? If you want C, write C. But write it well!