1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

README: add ada.2

This commit is contained in:
Joel Martin 2019-03-27 11:22:32 -05:00
parent 8bd40aedc5
commit d387f26eef

View File

@ -6,11 +6,12 @@
**1. Mal is a Clojure inspired Lisp interpreter**
**2. Mal is implemented in 75 languages**
**2. Mal is implemented in 75 languages (76 implementations total)**
| Language | Creator |
| -------- | ------- |
| [Ada](#ada) | [Chris Moore](https://github.com/zmower) |
| [Ada.2](#ada.2) | [Nicolas Boulenguez](https://github.com/asarhaddon) |
| [GNU Awk](#gnu-awk) | [Miutsuru Kariya](https://github.com/kariya-mitsuru) |
| [Bash 4](#bash-4) | [Joel Martin](https://github.com/kanaka) |
| [BASIC](#basic-c64-and-qbasic) (C64 & QBasic) | [Joel Martin](https://github.com/kanaka) |
@ -170,6 +171,17 @@ make
./stepX_YYY
```
### Ada.2
The second Ada implementation was developed with GNAT 8 and links with
the GNU readline library.
```
cd ada
make
./stepX_YYY
```
### GNU awk
The GNU awk implementation of mal has been tested with GNU awk 4.1.1.