When will a traditional interpreter written in C and running just about everywhere be available for Perl 6? All of the successful scripting languages have one: Perl 5 and earlier, Python, Ruby, Tcl, Lua, PHP, and even UNIX shell scripts. Yet when it comes to Perl 6, we just don't see that. The Perl 6 community has spun its wheels time and time and time again with half-baked interpreters written in an obscure language…
> with half-baked interpreters written in an obscure language like Haskell Because the author thought it to be fun. You know, hackers and all. > or written in Perl 6 itself using half-baked Perl 6 to 5 converters Oh, I don't think that ever happened. You may be thinking of NQP? Which is still a Thing, and it's what Perl 6 is written in, which is amazing. There was also the initial idea that Perl 6 could run Perl 5, b…
Oh, I don't think that ever happened.
That might be a reference to viv, which was used to implement STD (cf http://perl6.org/compilers/std-viv ).
There was also the initial idea that Perl 6 could run Perl 5, but this is proving impossible.
Personally, if Rakudo ever starts outperforming Perl5 for practical workloads, I believe that idea might eventually be revisited.