From 164cc870de31e1154234eb90659421b1252c69c8 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 20 May 2024 13:35:59 -0400 Subject: [PATCH] minor edit to alternatives --- docs/syntax-lambda-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-lambda-function.md b/docs/syntax-lambda-function.md index b8ddcf2..4b109f2 100644 --- a/docs/syntax-lambda-function.md +++ b/docs/syntax-lambda-function.md @@ -153,7 +153,7 @@ This adds a special symbol `\` to the language and increases the language's comp ## Alternatives -This syntax does not have to be implemented at all. It encourages users to write less error-prone code at best via functional programming, and it is another thing for a newcomer to learn how to read at worst. Some users may prefer writing their code in an inherently less performant style. +This syntax does not have to be implemented at all. It encourages users to write less error-prone code at best via functional programming, and it is another thing for a newcomer to learn how to read at worst. There were a lot of other syntaxes considered before this, some examples and explanations why they were not chosen are listed below: