From 9511ad2736b136fc9c091d0e497cc9d7b22ba2ee Mon Sep 17 00:00:00 2001 From: Ross Canning Date: Thu, 18 Sep 2025 10:32:19 +1000 Subject: [PATCH] New article: trade-offs in DSL design --- draft/2025-09-17-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 83c5307dd..7785e1f56 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -52,6 +52,7 @@ and just ask the editors to select the category. ### Observations/Thoughts * [The pirate-based logic of Rust shared references](http://ais523.me.uk/blog/logic-of-shared-references.html) +* [Trade-offs in the Design of DSLs (in Rust)](https://forgestream.idverse.com/blog/20250916-dsl-trade-offs/) ### Rust Walkthroughs * [Axum Backend Series: Docker, Database and Connection Pooling](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/)