in reply to Re^3: A Perl interpreter written in Perl?
in thread A Perl interpreter written in Perl?

I'm not sure why you are talking about performance now.

ECMAScript's language specification led to many competing implementations.

And having an alternative implementation of Perl would naturally involve the need of a specification and/or help define it.

> Now, a somewhat reduced and limited Perl written in JavaScript

perlito was already mentioned twice in this thread.

Haukex' webperl is feature complete (not "reduced") but it's not written in JS (apart tiny parts for bridging), but cross compiled to WebAssembly

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re^4: A Perl interpreter written in Perl?