1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00

Add link to glisp project.

Self-bootstrapping graphic design tool on Lisp (a TypeScript mal
implementation)
This commit is contained in:
Joel Martin 2020-06-16 14:24:41 -05:00
parent c64439018c
commit 9663295c56

View File

@ -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