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: about 1 month 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
```