1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00

Update README.md for python.2

This commit is contained in:
GL 2019-10-15 13:55:29 -07:00 committed by GitHub
parent c66dff9e33
commit 791052af2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
**1. Mal is a Clojure inspired Lisp interpreter**
**2. Mal is implemented in 78 languages (79 different implementations and 100 runtime modes)**
**2. Mal is implemented in 78 languages (80 different implementations and 101 runtime modes)**
| Language | Creator |
| -------- | ------- |
@ -860,6 +860,16 @@ cd python
python stepX_YYY.py
```
### Python.2 (3.X)
The second Python implementation makes heavy use of type annotations and uses the Arpeggio parser library.
```
# Recommended: do these steps in a Python virtual environment.
pip3 install Arpeggio==1.9.0
python3 stepX_YYY.py
```
### RPython
You must have [rpython](https://rpython.readthedocs.org/) on your path