Neal Becker wrote: > This is an interesting approach: > > http://expy.sourceforge.net/
Well, I read about it, too, as it was advertised on python-dev (mistakenly, I assume). It's similar to Cython in that it allows you to write Python function glue code as Python funtions. However, that only handles the plain call code. Having to put everything else into plain strings sounds pretty awkward to me. It may be ok for thin wrappers, but I doubt that it's usable to write real code at the wrapper layer. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
