A proposal for the next version of C [pdf]
open-std.org
A proposal for the next version of C [pdf]
1–8 of 8 posts
Re: A proposal for the next version of C [pdf]
#2Re: A proposal for the next version of C [pdf]
#3This rings true. All the best C programmers I've known have had this mindset. "If you want convenient interfaces and relaxing programming experiences, here's a Python wrapper to my C API." But don't ask for the kitchen to become the dining room.
Re: A proposal for the next version of C [pdf]
#4Although there are a couple things I am interested in from C23. But I think it’ll be some time before I can have those still.
Re: A proposal for the next version of C [pdf]
#5As an embedded programmer I get to just casually take interest in these discussions, but at the end of the day, almost everything I do can be done in C89. Although there are a couple things I am interested in from C23. But I think it’ll be some time before I can have those still.
Re: A proposal for the next version of C [pdf]
#6This rings true. All the best C programmers I've known have had this mindset. "If you want convenient interfaces and relaxing programming experiences, here's a Python wrapper to my C API." But don't ask for the kitchen to become the dining room.