From 9663295c56c3c476720daa478f8373b7e58dd397 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 16 Jun 2020 14:24:41 -0500 Subject: [PATCH] Add link to glisp project. Self-bootstrapping graphic design tool on Lisp (a TypeScript mal implementation) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 000272c0..32e76dd8 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ The following implementations are maintained as separate projects: * [malcc](https://github.com/seven1m/malcc) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval. ["I Built a Lisp Compiler"](https://mpov.timmorgan.org/i-built-a-lisp-compiler/) post about the process. * [frock](https://github.com/chr15m/frock) - Clojure-flavoured PHP. Uses mal/php to run programs. * [flk](https://github.com/chr15m/flk) - A LISP that runs wherever Bash is + * [glisp](https://github.com/baku89/glisp) - Self-bootstrapping graphic design tool on Lisp. [Live Demo](https://baku89.com/glisp/) ## Implementation Details