v0.13-alpha #30
iWas-Coder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the printing functions and macros, we upgraded from a runtime ternary operation with type identification for mapping type and printf-style specifiers, to a fully compile-time procedure, using
_Generic
in C and templated and overloaded constexpr function in C++.Improved and refined coroutines API; there's no longer the need to explicitly initialize and shutdown the feature! 🚀
Simple example in C++:
Also, as always, we polished some code, fixed some bugs, documented some undocumented things... you know, usual stuff. 😸
Full Changelog: v0.12-alpha...v0.13-alpha
Note
carbon-0.13-alpha-macos-aarch64.tgz ::
659eb2b35ae979ca59a5f1d9561e020968f2b62a86e19312384615cbc55dcd52
This discussion was created from the release v0.13-alpha.
Beta Was this translation helpful? Give feedback.
All reactions