I'm working with Enthought on a branch of Cython to target .NET for
IronPython.  I'm maintaining a repository at
http://bitbucket.org/cwitty/cython-for-ironpython (I just started
writing code, so there's not much interesting there yet).

I'm hopeful that eventually this code will be merged back into Cython;
I don't want to fork Cython.

I'm starting by essentially duplicating all of the generate_* methods
into generate_dotnet_* methods, and modifying the duplicated methods
to generate C++/CLI code.  My hope is that once I have a working
compiler, I can refactor to merge most of the methods back together
(eliminating the duplicate code) while still not being very intrusive
to the original codebase.

Carl
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to