HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zqlark

no profile record

comments

zqlark
·4 ปีที่แล้ว·discuss
Agreed. Unintentional ambiguities are a problem of PEG parsers. Ironically, the old Python parser also failed to detect ambiguities.

There is a strong aversion in the Python space for unambiguous formalisms. A parser that resolves ambiguities by earliest match first seems to satisfy the dynamic mindset.
zqlark
·4 ปีที่แล้ว·discuss
Indeed. Most Python code bases I have seen are maxing out all obscure features like those in the article. In practice, Python today is one of the most unreadable languages in existence.