advanced-python-homework-2023/interpreters/README.md
2023-10-06 13:14:14 +03:00

25 lines
311 B
Markdown

# Interpreters
## Testing Code
Three functions tested
```python:pure_with_types.py
```
```python:pure_no_types.py
```
```python:np_extended.py
```
## Tested interpreters
- CPython 3.9
- CPython 3.11
- PyPy 3.9
- Jython
**Table of evaluation times in seconds**
![enter image description here](table.png)