Commit graph

3 commits

Author SHA1 Message Date
Kamel Ibn Aziz Derouiche
efc06fd1d2 o update version 0.11.3 -> 0.12
o added documentation
	==============
	preview: optimized for netbsd
2009-12-03 09:09:59 +00:00
Kamel Ibn Aziz Derouiche
df9ef132bf o update version 2009-10-27 12:25:51 +00:00
Kamel Ibn Aziz Derouiche
b08ef5ddb6 Import cython-0.11.2 as wip/cython.
The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.
2009-08-10 21:12:51 +00:00