https://github.com/samdphillips/onyx
A Smalltalk language written in Python
https://github.com/samdphillips/onyx
programming-language smalltalk
Last synced: 10 months ago
JSON representation
A Smalltalk language written in Python
- Host: GitHub
- URL: https://github.com/samdphillips/onyx
- Owner: samdphillips
- License: bsd-3-clause
- Created: 2017-08-07T16:43:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T23:31:42.000Z (about 2 years ago)
- Last Synced: 2025-03-27T13:12:05.291Z (10 months ago)
- Topics: programming-language, smalltalk
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install and Test
```
python3 -m venv _py36 &&
source _py36/bin/activate &&
pip install --upgrade pip &&
pip install -r requirements.txt &&
python setup.py install &&
pytest tests
```