From e55a7c8f33d4ac963bd1553762afc1bf981363c2 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 2 Aug 2022 17:28:49 +0300 Subject: [PATCH] Update TSPL and CSUG links --- www/index.html | 2 +- www/old-psyntax.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/index.html b/www/index.html index c25b69f..c0cefb9 100644 --- a/www/index.html +++ b/www/index.html @@ -24,7 +24,7 @@ It also implements R6RS libraries and all built-in R6RS syntactic forms.

The system is documented in the R6RS and also described, with numerous examples, in Section 3.1 and Chapter 8 of -The Scheme Programming +The Scheme Programming Language, 4th edition.

diff --git a/www/old-psyntax.html b/www/old-psyntax.html index aa7c15b..f4cfb86 100644 --- a/www/old-psyntax.html +++ b/www/old-psyntax.html @@ -25,9 +25,9 @@ modules.

The system is documented in Section 3.1 and Chapter 8 of -The Scheme Programming +The Scheme Programming Language, third edition and in Chapter 9 of the -Chez Scheme Version 7 User's +Chez Scheme Version 7 User's Guide. The former has more introductory material and examples, while the latter documents some