in reply to Re: Re: Re: Re: Is perl scalable?
in thread Is perl scalable?

You mean incremental compilation like Hotspot does? That's a bit different, since it's compiling from bytecode to machine language.

The end result of incremental compilation, though, is code translated to machine instructions. That's what most people think of when they think of compiled languages. Incremental compilation just throws a delay into the works.