inlinec
inlinec copied to clipboard
Effortlessly write inline C functions in Python
``` tcc -run file ``` doesn't need compile the .c file.
In order to solve the many build artifacts cluttering up the file system problem, I came up with a solution that involves storing those artifacts in the `__pycache__` directory. Here...
It's more an idea than an issue, but maybe using DragonFFI (github.com/aguinet/dragonffi) as a compiler and "python glue" (that is convert data back and forth from C and python) backend...