From 1bdee1674c175775b1dcf6866013cb5984c046f7 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Mon, 2 Dec 2019 13:38:29 -0300 Subject: [PATCH] Add reference to flk Related: https://github.com/chr15m/flk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f09403b..d0b64aba 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ The following implementations are maintained as separate projects: * [malc](https://github.com/dubek/malc) - Mal (Make A Lisp) compiler. Compiles a Mal program to LLVM assembly language, then binary. * [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 ## Implementation Details