Re: DConf '22 Livestream Links

2022-08-02 Thread zjh via Digitalmars-d-announce
On Tuesday, 2 August 2022 at 22:34:18 UTC, Steven Schveighoffer wrote: Figured someone should do this. I'll do day 2 later (unless It would be better if there were `ppt`.

Re: DConf '22 Livestream Links

2022-08-02 Thread Steven Schveighoffer via Digitalmars-d-announce
Figured someone should do this. I'll do day 2 later (unless someone else beats me to it). # Day 1 links to livestream 9:00 [Strawberries and Cream, a.k.a. Delightful Emergent Properties of D](https://dconf.org/2022/index.html#walterb) - Walter Bright [Video](https://youtu.be/V6KFtzF2Hx8?t=0)

Re: Exception2 described in blog post

2022-08-02 Thread Alexandru Ermicioi via Digitalmars-d-announce
On Monday, 1 August 2022 at 23:04:57 UTC, Adam D Ruppe wrote: ``` import exception2; void main() { int a; try { // string error type instead of namespaced D type // can still attach information though throw Exception2!"foo bar"(a);