Wednesday, August 3, 2011

Cython backend aiming PyPy Status Update

During this week, I've implemented the cimport statement. Cimported modules are compiled to python files just like pyxs files are. I then transform cimports into standard python imports.
Right now, compiled files are just printed to stdin, so I'm now working on creating real files (one per module as opposed to what is done for the C/C++ backend).

3 comments:

  1. Hey are you still working on it? :)

    ReplyDelete
    Replies
    1. I do yes, not as much as I should but there's slow progress

      Delete
  2. i'm interestet in using this, as it is hard to find a webhost that allows to compile and run binaries. pure python is more appropriate for really small webprojects.

    ReplyDelete