From fba88fd65bee403f8a21796d199f953b2e3620b3 Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 10 Oct 2022 22:39:07 -0400 Subject: [PATCH] more stipulations re: lisp similarities --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6ea6e14..0d6940e 100644 --- a/readme.txt +++ b/readme.txt @@ -26,7 +26,7 @@ there are also pre-processor macros: 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. note that it doesn't actually function like a lisp under the -hood: there's no cons, for instance. +hood: there's no cons, for instance. no church numerals either, so it isn't pure(tm). examples: