From bc7da38b3d73b8b2ab7c2ee9aaf8a527bdab4d14 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 16 Jun 2024 23:56:29 -0400 Subject: [PATCH] final touches before computer class --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 559f88d..be588f6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ ## Ludus: A friendly, dynamic, functional language Ludus is a scripting programming language that is designed to be friendly, dynamic, and functional. -This repo currently contains an in-progress reference implementation of an interpreter for the Ludus programming language, using Clojure as a host language. - +This repo currently contains a work-in-progress implementation of an interpreter for the Ludus programming language, using [Janet](https://janet-lang.org) as a host language. Ludus is part of the [_Thinking with Computers_ project](https://alea.ludus.dev/twc/), run by Scott Richmond at the University of Toronto, with collaborator Matt Nish-Lapidus; Bree Lohman and Mynt Marsellus are the RAs for the project. Ludus is our research language, which aspires to be a free translation of Logo for the 2020s. Here are our design goals: