-
Using the techniques from #4127 and #4406. It's now possible to implement destructuring for user-written classes as a syntax sugar over existing constructs in the language. (That is to say, with zero …
-
Comment below with a well-developed group question about the reading for this week's workshop.
One person can submit on the group's behalf and put the Group Name in the submission for credit.
Pl…
-
![image](https://user-images.githubusercontent.com/414141/189675623-dcb39c97-bfbc-4e0d-8c10-c54b262e5f4b.png)
Business goals are the foundation on which software systems are justified, analyzed, …
-
In addition to `let-else` #3817, `if-let` would let users recover from pattern match failure.
Most likely implemented as direct desugaring in the parse to a `switch` with a wildcard case.
https:…
-
According to the [structural schema](https://kubernetes.io/blog/2019/06/20/crd-structural-schema/), CRD schemas such as the one below (from the linked article) are allowed:
```
type: object
propert…
-
![image](https://user-images.githubusercontent.com/414141/88016967-5c00ea80-cb44-11ea-8974-56f5203d89de.png)
![image](https://user-images.githubusercontent.com/414141/116726732-67524200-aa03-11eb-8…
-
# Proposal: A new formulation of `anytype`-based generics
In situations other than `fn f(x: anytype) usize { ... }`, the semantics of `anytype` can be quite confusing, and how potential features, s…
-
Christopher Alexander is an architect who observed a shift in the built world wherein quality of life has been traded for "technical goodness". His work centered around finding ways to restore "living…
-
Over in [slack](https://spiffe.slack.com/archives/C7XDP01HB/p1595365191435600) I asked about how we might go about adding the ability to emit metrics out of go-spiffe in a generic way. We've implement…
-
Identify a digital art project that you may like and describe why.