From 859ea356d8a373c08f987ad5a9d92220d4e89c44 Mon Sep 17 00:00:00 2001 From: Louis Pilfold <louis@lpil.uk> Date: Thu, 3 Oct 2024 22:18:58 +0100 Subject: [PATCH] Alter wording --- frequently-asked-questions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frequently-asked-questions.md b/frequently-asked-questions.md index a86199d5..3070620e 100644 --- a/frequently-asked-questions.md +++ b/frequently-asked-questions.md @@ -53,10 +53,10 @@ not a good fit for Gleam and they are not planned. ## Will Gleam have metaprogramming? -We are gently interested in some form of metaprogramming in Gleam. We are -currently in the early research and design phase. If you have some problems -that would be solved with metaprogramming, or proposal for a metaprogramming -design please do share them with us! +We are open interested in some form of metaprogramming in Gleam so long as it +is not detrimental to Gleam's readability and fast compilation. If you have +proposal for a metaprogramming design please do share them with us via a [GitHub +discussion](https://github.com/gleam-lang/gleam/discussions). ## Does Gleam have mutable state?