Greenspun's 10th rule in Perl?

Posted by DVK on Stack Overflow See other posts from Stack Overflow or by DVK
Published on 2010-03-31T22:59:34Z Indexed on 2010/03/31 23:03 UTC
Read the original article Hit count: 481

Filed under:
|
|

Greenspun's Tenth Rule of Programming is a common aphorism in computer programming and especially programming language circles. It states:

Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp.

The questions are,

1) Would you consider this to be true of Perl interpreter? Only objective arguments please (e.g. which features of Common Lisp are implemented within the interpreter)

2) Independently, does there exist a Lisp (or at least a n ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp) implemented entirely in Perl?

© Stack Overflow or respective owner

Related posts about perl

Related posts about lisp