mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
|
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/
|