Repo for interfacing python with c. Main goal is to be able to compile a function and give the pointer to that function to a c program.
Current Status:
I managed to compile a shared library on runtime, and also load the function pointer memory adress of a dynamically loaded function.