2025-06-30 — Last Week in Carbon #5753
josh11b
announced in
Last Week in Carbon
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.
-
Updates on leads issues
ref
parameters, arguments, returns andval
returns #5434val
for return form that produces value expression in the callervar
to explicitly request return form that produces initializing expression in the caller (usually the default)partial
operatorconst
andpartial
have same precedence and can't be combinedUpdates on proposals
Updates on moderation across our community spaces (Discord and GitHub)
Activity on toolchain
const
only has minimal implementation in the toolchain so farfor
loops in #5698 #5699 #5746partial
in #5736destroy
in #5678 #5748Activity on C++ interop
Other active discussions
These include Discord Chat, GitHub Discussions, or open discussion sessions.
CanonicalValueStore
using a subset of the value fields.AsIterate
interface to convert to something iterable.X
afterlet X:! i32 = 0
isX
symbolically, not0
.X
and0
?(F(), F()).0
an initializing expression?ImplicitAsPrimitive
return a non-primitive form?.Self
can be used within a nested FacetType.Self
to distinguish different values, in a way that works with importinganchor
with named constraintsanchor
will allow some conversions that add/removeconst
andpartial
..type
property of a form value will return the unqualified typeconst
andpartial
are allowed for some categories, and preserve categoryimplicit_into
andimplicit_from
.impl
ing the interface (likeref
) or using those names in the interface body (likeeach
)const
is prefix not postfix operator, with link to rationaleconst
types without having to define extraimpl
sRSS Feed for "Last Week in Carbon" here
Beta Was this translation helpful? Give feedback.
All reactions