Perl gives me the impression of being one of the few language that's still evolving significantly on a syntax level despite being so old.
Definitely. And as I have lamented in several places online, as well as verbally in discussions about it, I really love Perl, the language, despite its warts. (For example, I view the slurpy subroutine argument style to be an advantage, if used correctly, rather than a wart; that said, having the option of formal parameters would be nice...) I think we are well past the point now where the language itself is no longe…
> how about a Perl 5 interpreter for the JVM?
In the opening few minutes of Patrick Michaud's 2013 video "Perl on the JVM", he notes that Jesse Vincent suggested "Perl 6 is Perl's best (only?) hope for running on JVM/.NET".
https://www.youtube.com/watch?v=XgPh5Li3k4g
Have you read about FROGGS' v5?
http://usev5.wordpress.com/2014/05/26/here-implement-labels-...
> I really feel like the difficulty of working on the Perl 5 internals limits the language--and ultimately, will kill it.
There's been a serious effort to clean up the internals in recent years. But yeah, part of the point of P6 was to develop much better internals.
Rakudo and the NQP compiler toolchain are not only well designed but also almost entirely written in P6 code. (Counting NQP as P6.)
> attracting new blood, new developers, young teams of vocal and enthusiastic programmers... I just don't see that happening.
Even in the face of its disastrous reputation, P6 still manages to attract new blood. Aiui the guy who writes the P6 weekly news (http://p6weekly.wordpress.com/) contributed to the Python core before getting in to P6. This year I've seen smart kids visit #perl6 for the first time, chat knowledgeably about a lisp or ML, and start to contribute. Some well known P5 folk such as Nicholas Clark (one of the few folk ever paid by TPF to hack on the P5 internals) and lizmat have fully turned their focus toward P6 in the last year or so.
> I have yet to find another language that I love as much as Perl (and I wouldn't mind doing so, at this point).
What about hanging out on #perl6 for a while (prime time is about 8am thru 8pm EST, 7 days a week) to chat with folk and see what there is to see?