Add reference to flk
authorDenis Isidoro <denisidoro@users.noreply.github.com>
Mon, 2 Dec 2019 16:38:29 +0000 (13:38 -0300)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 16:38:29 +0000 (13:38 -0300)
Related: https://github.com/chr15m/flk

README.md

index 6f09403..d0b64ab 100644 (file)
--- 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