2025-10-06 — Last Week in Carbon #6167
josh11b
announced in
Last Week in Carbon
Replies: 1 comment
-
|
Love forms! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
News
Updates on leads issues
partialinteract with destruction?Updates on proposals
Updates on moderation across our community spaces (Discord and GitHub)
Activity on toolchain
SymbolicBindingType.IndexWithin #6127Activity on C++ interop
OrderedWithinterface require leads questions.void*, static data members, triggering initialization for inline variables.strandstd::string_view?Activity on memory safety
&mut Tin Rust) we wouldn’t need effects, but that invariant could be hard to maintain without borrows.Other active discussions
These include Discord Chat, GitHub Discussions, or open discussion sessions.
#review-pingsfor details, or type/fizz helpanywhere on our Discord server (your message and its response will not be visible to others in the channel).#bot-testingif you want a place to message bots without accidentally disrupting other channels.aspatterns and “designated patterns” without metaprogramming or a lot of duplicated code.aspatterns..Bar(42)?.Bar(Core.IntLiteral) as typeseems natural, but we can’t say it in awhereclause.Core.Designator(“Bar”, 42)could work, but might leak too much.designator(Bar, 42)ordesignator Bar(42)?aliasto supportalias (... each A) = B?each A, not in terms ofB.case A extend B?std::initializer_listbeing awkwardly split across language and library?stdvia interop.isinstanceof operator for conditional pattern matching.if let, particularly because the scrutinee goes on the leftiswhen the right-hand side isn’t a type.Coreprevents you from using raw identifiers as a workaround. See here.import Mathdoesn’t exist, andMainis the wrong name for the entry point.RSS Feed for "Last Week in Carbon" here
Beta Was this translation helpful? Give feedback.
All reactions