>> For some reason I prefer the pure python syntax approach though.
>
> Same here. I'd edit the .py files then force the edit-compile-run
> cycle for that mode as well. Most code already exists (or starts out)
> as pure Python, then gets "cythonoized" which also makes it easier to
> go this direction. I also anticipate being able to point cython at
> any .py file to gain (at least some) improvements. All of these
> reasons make it easier for the .py file to be the "original" rather
> than generated.

Yes, exactly, well written.

>
> Writing a .py writer would be a nontrivial amount of work as
> well...certainly doable but there are more productive things that I
> would rather spend my time doing :).

It's definitely better to concentrate on getting the pure python
syntax working and we'll be fine.

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

Reply via email to