From: Tim Vaughan Date: Sat, 24 Jun 2017 03:41:09 +0000 (+1200) Subject: quasiquote/unquote implemented X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=ba5f17e7b376655b6e84794b33a2adc08dc8bf3f quasiquote/unquote implemented (no unquote-splicing yet) --- diff --git a/src/scheme.4th b/src/scheme.4th index 14f1c8e..72d2c9d 100644 --- a/src/scheme.4th +++ b/src/scheme.4th @@ -2021,7 +2021,7 @@ variable gc-stack-depth enable-gc \ Display welcome message - welcome-symbol nil cons global-env obj@ eval 2drop + \ welcome-symbol nil cons global-env obj@ eval 2drop begin ['] repl-body catch