From 55c63282417f43d3b10b45a768d4217ebb161df3 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Sat, 10 Aug 2019 12:32:04 +0300 Subject: [PATCH] Link to FemtoLisp from readme --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5299fe5..5b7e372 100644 --- a/README.adoc +++ b/README.adoc @@ -2,6 +2,7 @@ Small scripting Scheme emphasizing portability and stability. -Based on the excellent FemtoLisp interpreter by Jeff Bezanson. +Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp] +interpreter by Jeff Bezanson. More info soon.