From 892c312b03d85094bd4f142a600a306fdd1c1f54 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 2 Aug 2022 17:18:02 +0300 Subject: [PATCH] Fix links to cs.indiana.edu - www.cs.indiana.edu moved to legacy.cs.indiana.edu - legacy.cs.indiana.edu supports both HTTP and HTTPS - Ghuloum and Waddell's homepages are gone. Dybvig's still there. --- www/index.html | 10 +++++----- www/old-psyntax.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/index.html b/www/index.html index 95d81e5..c25b69f 100644 --- a/www/index.html +++ b/www/index.html @@ -11,8 +11,8 @@

Portable syntax-case

-Abdulaziz Ghuloum, -R. Kent Dybvig +Abdulaziz Ghuloum, +R. Kent Dybvig

The portable syntax-case macro system implements the restricted high-level @@ -29,13 +29,13 @@ Language, 4th edition.

Aspects of the macro system and its implementation are described in -Syntactic +Syntactic abstraction in Scheme. Additional examples of its use are given in -Writing +Writing hygienic macros in Scheme with syntax-case. Aspects of the library system and its implementation are described in -Implicit +Implicit phasing for R6RS libraries.

diff --git a/www/old-psyntax.html b/www/old-psyntax.html index c305848..aa7c15b 100644 --- a/www/old-psyntax.html +++ b/www/old-psyntax.html @@ -11,8 +11,8 @@

Pre-R6RS Portable syntax-case

-R. Kent Dybvig, -Oscar Waddell +R. Kent Dybvig, +Oscar Waddell

The syntax-case macro system implements the restricted high-level @@ -35,13 +35,13 @@ aspects of the system not covered by the former.

Aspects of the system and its implementation are described in -Syntactic +Syntactic abstraction in Scheme and -Extending +Extending the Scope of Syntactic Abstraction Additional examples of its use are given in -Writing +Writing hygienic macros in Scheme with syntax-case.