blob: 13be365829dd19c7cc6067dec4162e91154c0b60 (
plain) (
tree)
|
|
Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C.
WWW: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
|