in reply to Re^2: Trading compile time for faster runtime?
in thread Trading compile time for faster runtime?

A blunter point about RPerl: it's an agonising (see all the perl-critic stuff in the examples) and bad way to write non-dynamically-typed Perl. Use PDL, or write actual XS code.
  • Comment on Re^3: Trading compile time for faster runtime?