Sujet : Re: C23 thoughts and opinions
De : thiago.adams (at) *nospam* gmail.com (Thiago Adams)
Groupes : comp.lang.cDate : 25. May 2024, 01:35:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <6d1d6b61-6601-4376-ae57-315ef02e0a5f@gmail.com>
References : 1
User-Agent : Mozilla Thunderbird
Em 5/22/2024 1:55 PM, David Brown escreveu:
In an attempt to bring some topicality to the group, has anyone started using, or considering, C23 ? There's quite a lot of change in it, especially compared to the minor changes in C17.
I think it is interesting to mention cake. It can transpile c23 to c99.
http://thradams.com/cake/playground.htmlBut cake source code is not using any c23 feature, even if it could transpile its own source.
The feature I use is not part of the standard that is a macro try catch that no one likes and I love.
Actually, the only feature I am using is nodiscard as a macro. so cake works as static analyser.
I have another source code in C that needs lambdas without capture. But this is not part of C23.