PCL – Run Python and C Together in One File

7 hejhdiss 6 6/11/2025, 1:05:41 PM
PCL is a minimal tool that lets you write and run Python and C code together in a single `.pcl` file.

GitHub: https://github.com/hejhdiss/pcl

Looking for contributors interested in compilers, Python/C integration, or lightweight tooling.

Comments (6)

thevibesman · 1d ago
Cool project!

This reminds me of a trick I came up with for mixing Python and C++ in the same file using overlap in their syntax so the file is valid for both: https://www.youtube.com/watch?v=GXwYjI9cJd0

hejhdiss · 1d ago
thanks for review
PaulHoule · 1d ago
Clickable link here: https://github.com/hejhdiss/pcl
hejhdiss · 1d ago
thanks bro
ssdx027 · 1d ago
nice
hejhdiss · 1d ago
thanks for review