Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T22:52:48.000Z (9 months ago)
- Last Synced: 2024-12-11T16:13:55.491Z (2 months 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
```