Posted by: Anonymous Coward
on October 29, 2003 06:49 AM
Well that's good that the author specified NO INTERPRETED CODE, because Perl is not strictly interpreted. There is a compilation phase and a run-time phase, just like a standard C program. The only difference is the compilation phase happens automatically during program execution.
Or maybe did you mean that there can be no program that interprets its instructions, even after a compilation phase? In that case, pretty much any language would be excluded. Perhaps you should check your facts before making such statements.
Re:POPFile
Posted by: Anonymous Coward on October 29, 2003 06:49 AMOr maybe did you mean that there can be no program that interprets its instructions, even after a compilation phase? In that case, pretty much any language would be excluded. Perhaps you should check your facts before making such statements.
#