[Python-Dev] PLY in stdlib (was cffi in stdlib)

Paul Moore p.f.moore at gmail.com
Mon Jul 15 09:37:01 CEST 2013


On 15 July 2013 07:01, Raymond Hettinger <raymond.hettinger at gmail.com>wrote:

> I would love to have PLY in the standard library.
> It would open up a whole new world to some users
> and be the basis for tool generation for others.
>

+1. Parser generators are useful tools - parsers are right on the boundary
of "easy enough to understand why you'd like one, but hard enough to put
you off implementing our own". And there is value in tools like this being
in the stdlib as opposed to a 3rd party dependency.

Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20130715/462c6e89/attachment.html>


More information about the Python-Dev mailing list