ANN: Pyrex 0.2 released

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 09 May 2002 13:55:26 +1200


Pyrex 0.2 is now available:

   http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

New features in 0.2:

   *   Executable statements allowed at module level.

   *   Python class definitions.

   *   & (address-of) operator for C variables.

Various bugs have also been fixed.

What is Pyrex?
--------------

Pyrex is a new language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg