Friday, January 25, 2008
Perl: Officially Unparseable
I came across a formal proof that Perl cannot be parsed. It is an interesting read if you're into computing theory and programming languages. I hadn't considered the dynamic nature of Perl's grammar before, or the fact that it is impossible to parse unless you execute it.