Hacker News new | ask | show | jobs
by kstrauser 1385 days ago
Perl likely spends a lot more time in C than a lot of other bytecode-compiled languages like Python.

  while(<STDIN>) {
   print $_;
  }
isn't doing much of its work at the top level.