From 5feed76385815cf79dfb777c31e241319ff49c3b Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 03:25:40 -0600 Subject: lists should have some semantic value --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b0644bf..6291cc0 100644 --- a/readme.md +++ b/readme.md @@ -58,9 +58,7 @@ g>:f ``` ## lists -a list is a special type of noun. they contain any amount of nouns in a specific order, including lists themselves. certain operators expect lists as operands. if a nonlist is passed to these operators, then the operand is treated as a list with that noun as its only element. lists can be composed with the `,` operator. it is similar to a "cons" operation. it appends the first operand to the second operand, which is assumed to be a list. - -lists exist unconditionally. there is only one instance of a given list. lists are not the same thing as anything else and they cannot cause anything to happen. +a list is a special type of noun. they contain any amount of nouns in a specific order, including lists themselves. certain operators expect lists as operands. if a nonlist is passed to these operators, then the operand is treated as a list with that noun as its only element. lists can be composed with the `,` operator. it is similar to a "cons" operation. it appends the first operand to the second operand, which is assumed to be a list. lists exist unconditionally. ## operator side-effects some operators have **side-effects** which means that -- cgit v1.2.3