Solod: Go can be a better C
antonz.org
Solod: Go can be a better C
1–4 of 4 posts
Re: Solod: Go can be a better C
#2Another day, another “X is/can be/will be C’s replacement”.
Re: Solod: Go can be a better C
#3Resembles V, but the memory management story is very clear, closer to Zig — explicit and manual with defer.
Re: Solod: Go can be a better C
#4Another day, another “X is/can be/will be C’s replacement”.
Making a strict subset of some existing language (Go) be a "better C" is quite an interesting idea compared to others (D, Zig, Hare, C3, D, ...), haven't seen it elsewhere. No new syntax. And Go seems to be a pretty good choice for this. Not sure if it's gonna fly though.