Skip to content

Commit

Permalink
README: Add XSLT and bump up counters
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpfard committed Jun 1, 2020
1 parent a135441 commit 607742f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ guide](process/guide.md) there is also a [mal/make-a-lisp
FAQ](docs/FAQ.md) where I attempt to answer some common questions.


**3. Mal is implemented in 81 languages (84 different implementations and 104 runtime modes)**
**3. Mal is implemented in 82 languages (85 different implementations and 105 runtime modes)**

| Language | Creator |
| -------- | ------- |
Expand Down Expand Up @@ -127,6 +127,7 @@ FAQ](docs/FAQ.md) where I attempt to answer some common questions.
| [Visual Basic.NET](#visual-basicnet) | [Joel Martin](https://github.com/kanaka) |
| [WebAssembly](#webassembly-wasm) (wasm) | [Joel Martin](https://github.com/kanaka) |
| [Wren](#wren) | [Dov Murik](https://github.com/dubek) |
| [XSLT](#xslt) | [Ali MohammadPur](https://github.com/alimpfard) |
| [Yorick](#yorick) | [Dov Murik](https://github.com/dubek) |
| [Zig](#zig) | [Josh Tobin](https://github.com/rjtobin) |

Expand Down Expand Up @@ -1144,6 +1145,15 @@ make wasm_MODE=warpy
warpy --argv --memory-pages 256 ./stepX_YYY.wasm
```

### XSLT

The XSLT implementation of mal is written with XSLT 3 and tested on Saxon 9.9.1.6 Home Edition.

```
cd impls/xslt
STEP=stepX_YY ./run
```

### Wren

The Wren implementation of mal was tested on Wren 0.2.0.
Expand Down

0 comments on commit 607742f

Please sign in to comment.