Liste des Groupes | Revenir à cl c |
Em 5/22/2024 1:55 PM, David Brown escreveu:Ironically, in my compiler I ended up adding lambdas more or less like those in the proposal, but more because I had another language my compiler supports (no, not C++) that did happen to have lambdas...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.html
But 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.
Les messages affichés proviennent d'usenet.