Solod – A Subset of Go That Translates to C

https://github.com/solod-dev/solod

GitHub - solod-dev/solod: A subset of Go that translates to C

A subset of Go that translates to C. Contribute to solod-dev/solod development by creating an account on GitHub.

GitHub

"To keep things simple, there are no channels, goroutines, closures, or generics."

I wonder if it could be integrated with https://github.com/tidwall/neco, which has Go-like coroutines, channels, and synchronization methods.

GitHub - tidwall/neco: Concurrency library for C (coroutines)

Concurrency library for C (coroutines). Contribute to tidwall/neco development by creating an account on GitHub.

GitHub