Edward C. Jones wrote:
> How much of the wrapping process can 
> be built into Python?  What would Beasley, Abrahams, Ewing, 
> et al want to see done?

Well, my idea of what a Pythonic Python-wrapping system
should be is Pyrex, and I don't think I'd want too much
of that incorporated into Python itself. Better to leave
it as a separate tool.

Maybe one day Pyrex could make use of some of Python's
parsing and AST machinery -- or maybe not. Some of the
tricks Pyrex does with its recursive descent parser
would be difficult to reproduce with the likes of pgen.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to