From 742af2bbf693cc912c3716a287120fb7a56f0e18 Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Wed, 18 Sep 2019 08:53:48 +0300 Subject: [PATCH] README: add Pike implementation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1749c1ff..4d4a1572 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **1. Mal is a Clojure inspired Lisp interpreter** -**2. Mal is implemented in 77 languages (78 different implementations and 99 runtime modes)** +**2. Mal is implemented in 78 languages (79 different implementations and 100 runtime modes)** | Language | Creator | | -------- | ------- | @@ -63,6 +63,7 @@ | [Perl 6](#perl-6) | [Hinrik Örn Sigurðsson](https://github.com/hinrik) | | [PHP](#php-53) | [Joel Martin](https://github.com/kanaka) | | [Picolisp](#picolisp) | [Vasilij Schneidermann](https://github.com/wasamasa) | +| [Pike](#pike) | [Dov Murik](https://github.com/dubek) | | [PL/pgSQL](#plpgsql-postgresql-sql-procedural-language) (PostgreSQL) | [Joel Martin](https://github.com/kanaka) | | [PL/SQL](#plsql-oracle-sql-procedural-language) (Oracle) | [Joel Martin](https://github.com/kanaka) | | [PostScript](#postscript-level-23) | [Joel Martin](https://github.com/kanaka) | @@ -784,6 +785,15 @@ cd picolisp ./run ``` +### Pike + +The Pike implementation was tested on Pike 8.0. + +``` +cd pike +pike stepX_YYY.pike +``` + ### PL/pgSQL (PostgreSQL SQL Procedural Language) The PL/pgSQL implementation of mal requires a running PostgreSQL server