From 87d11067ae88bf687d95e79db25503e5cb9e5ab1 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sun, 28 Jul 2024 09:33:25 -0700 Subject: [PATCH] add links to monkey and to the book --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 71545e9..6ff2fea 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ Go Repl Open Language is a small interpreted (for now) language implemented in Go. -Initially loosely based on Monkey from the Writing an Interpret in Go book but fully re designed and reimplemented since. +Initially loosely based on [Monkey](https://monkeylang.org/) from the Writing an Interpreter in Go [book](https://interpreterbook.com) but fully re designed and reimplemented since. See more on [github](https://github.com/grol-io/grol/). Or try the `wasm` version right below (and we also have a [discord bot](https://github.com/grol-io/grol-discord-bot#grol-discord-bot)).