Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```