From ffacc587c986ee6f7e2ff1c2d53c7f4a5e96a2c9 Mon Sep 17 00:00:00 2001 From: dermagen Date: Tue, 23 Jul 2024 03:15:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8704d15..1b97098 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ a language for building Scheme-like systems. Its #F source code can be found the [skint/pre](https://github.com/false-schemers/skint/tree/main/pre) -SKINT's hygienic macroexpander is derived from Al Petrofsky's EIOD (please see the t.scm file for the original copyright notice). +SKINT's hygienic macroexpander is derived from Alan Petrofsky's alexpander (please see the t.scm file for the original copyright notice). SKINT's VM and compiler follow the stack machine approach described in "Three Implementation Models for Scheme" thesis by R. Kent Dybvig ([TR87-011](https://www.cs.unc.edu/techreports/87-011.pdf), 1987). Supporting library code comes from #F's [LibL library](https://raw.githubusercontent.com/false-schemers/sharpF/master/lib/libl.sf).