http://qs321.pair.com?node_id=243269


in reply to Re: (A6) Perl 6, a general-purpose language?
in thread (A6) Perl 6, a general-purpose language?

Have you looked into AutoLoader or SelfLoader? Startup time of perl itself is rarely an issue - it's mainly the compilation that may take a while. Delayed loading should cure most of the problem.

Makeshifts last the longest.

  • Comment on Re^2: (A6) Perl 6, a general-purpose language?