https://github.com/pawel-parma/zigthon
Zig plus Python experiment
https://github.com/pawel-parma/zigthon
docker docker-compose python python-3 python3 zig ziglang
Last synced: about 1 month ago
JSON representation
Zig plus Python experiment
- Host: GitHub
- URL: https://github.com/pawel-parma/zigthon
- Owner: Pawel-Parma
- License: mit
- Created: 2024-03-17T18:42:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T22:52:48.000Z (about 2 years ago)
- Last Synced: 2025-03-30T12:14:23.911Z (about 1 year ago)
- Topics: docker, docker-compose, python, python-3, python3, zig, ziglang
- Language: Zig
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Zighton
Zig plus Python experiment
== Running the code
* Create container
```bash
docker compose build
```
* Run the container
```bash
docker compose run zigthon ash
```
* Run example code
```bash
python -m main
```