From 616f3ef20fc34e389ebf7940a86c4198b739a072 Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 10 Oct 2022 22:27:33 -0400 Subject: [PATCH] add stipulation for lisp comparison --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 11bba1b..6ea6e14 100644 --- a/readme.txt +++ b/readme.txt @@ -25,7 +25,8 @@ there are also pre-processor macros: - :, for adding comments (lines removed in pre-processing) you may notice that the language looks like a lisp/scheme and the preprocessor keywords are similar to m4/cpp. I'm a fan of homoiconicity, and this provides both a familiar and -delightfully simple syntax. +delightfully simple syntax. note that it doesn't actually function like a lisp under the +hood: there's no cons, for instance. examples: