From 1c20a4795411b0a625454bdfb22b020d748ff5f0 Mon Sep 17 00:00:00 2001 From: Christian Barthel Date: Mon, 31 Aug 2020 19:53:47 +0200 Subject: [PATCH] Add JScheme example Peter Norvig also wrote JScheme, a scheme implementation with Java. This commit adds a reference to it. --- llm.l | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llm.l b/llm.l index 9167a89..ceebf95 100644 --- a/llm.l +++ b/llm.l @@ -83,6 +83,8 @@ * by Abelson, Sussman, and Sussman * [8] FernUniversität Hagen: Logisches und funktionales * Programmieren, by Prof.Dr.Beierle. + * [9] http://norvig.com/jscheme.html + * Peter Norvig JScheme */ %{ #define _POSIX_C_SOURCE 200809L