0 Followers
0 Following
2 Posts

This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
Officialhttps://
Support this servicehttps://www.patreon.com/birddotmakeup
Looks to me like having the ability to write Go syntax and interop directly with C is the plus.

"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