Archive for June, 2008

Parallel loops proposal

June 21, 2008

I am proposing to add parallel loops annotations to Python to be supported by unPython compiler.

The parallel loops should be similar to parallel loop constructs in OpenMP.

A proposal has been posted here : http://wiki.cython.org/enhancements/parallel

There was some discussion at numpy-discussion and numpy-dev lists.

unPython v0.0.2 is up

June 21, 2008

You can now download v0.0.2 from http://code.google.com/p/unpython

Fixes major issues with method calls and OO.

v0.0.3 coming up very soon.

Update coming soon

June 15, 2008

Version 0.0.2 is coming in a couple of days (perhaps 18 June). This time support for classes should work.

This should actually be a fairly useful compiler. This version still wont do lists, tuples and dicts but those should be done by June end.

Welcome to unPython blog

June 4, 2008

unPython is a new Python to C compiler project. I am the main developer of unPython and this blog will be used for news and articles about the compiler.