inlinec icon indicating copy to clipboard operation
inlinec copied to clipboard

Effortlessly write inline C functions in Python

Results 3 inlinec issues
Sort by recently updated
recently updated
newest added

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