ddc81ebe90
CodePy is a C metaprogramming toolkit for Python. It handles two aspects of metaprogramming: * Generating C source code. * Compiling this source code and dynamically loading it into the Python interpreter.
5 lines
206 B
Text
5 lines
206 B
Text
CodePy is a C metaprogramming toolkit for Python. It handles two aspects of
|
|
metaprogramming:
|
|
* Generating C source code.
|
|
* Compiling this source code and dynamically loading it into the
|
|
Python interpreter.
|